This purpose of this application is to aid the user in managing and tracking their finances. User will be able to create budgets and then track all the purchases made from the respective budget. All purchases will be displayed in a graph on the user's financial profile for easy, quick analysis.
- Create your own Firebase Project
- Google Console
- Start New Project
- Click the </> icon under "Get started by adding Firebase to your app"
- Name your app to get access to you Firebase SDK
- Navigate to the configTemplate.js and input your information
- Open your terminal, navigate to the directory you would like to save this project, and run the command
git clone git@github.com:MaddaRooj/AviatoFinancial.git
- Run
npm install
to git all the node dependencies - Navigate to the API folder to start the JSON server on port 5002
json-server database.json -p 5002
- Firebase
- React
- React-DOM
- React-Router-DOM
- React-Scripts
- Reactstrap
- Bootstrap
- Chart.js
The awesome ticker tape in the footer of my project is a widget produced by tradingview.com https://www.tradingview.com/widget/
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information. This project was bootstrapped with Create React App.