BudgetCalculator Personal Finance Manager Web Application. An account is not necessary to use the basic functions of the website, such as adding or removing income or expenses, however, if you want access to all features, like saving a budget for many years and not just the current one or adding files to each income or expense that you add, you will have to create an account.
For further information about the premium account contact me at the following email: jorge24abrahan@gmail.com
Client
Server
Database
- Finance management
- Authentication service
- Manage incomes and expenses of multiple years
https://superheroes-1ut5.onrender.com/
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Git SCM
- Visual Studio Code
- Live Server extension
Clone this repository to your desired folder:
git clone https://github.com/jorgeabrahan/budgtcalc.git
Or download the ZIP folder.
Once you've cloned the repository simply run:
cd budgtcalc
npm i
And if you want to analyze the code you can run:
code .
To open the project in VScode
To run the project, if you are on the hello-react-front-end folder path on your terminal you can execute the following command:
npm start
To run tests:
npm run test
npm run build
👤 Jorge Abrahan
- GitHub: @jorgeabrahan
- LinkedIn: Jorge Abrahan
- Migrate to a different and more secure database
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can just cheer me up with a comment 🙂!
No acknowledgments needed so far!
-
What is this project main purpose?
- To practice working with Javascript, Firebase, Authentication, and Files REST API
This project is MIT licensed.