This project is part of a Udemy course The Complete React Web Developer Course. This app uses React and Redux for the frontend and firebase for the backend. The purpose of this website is to help manage your expenses by letting you making a detailed list of your expenses and keep track of them.
The live demo for this website can be found at live demo.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
After cloning or downloading the project start by installing all the node_modules use
npm install
to install all the dependencies.
To start the project run npm start
from the terminal.
To start the test suite run npm test
from the terminal.
- React - React Front-End Framework.
- Redux - Redux.
- Firebase - Firebase-BackEnd.
- Firebase Authentication - Firebase Authentication.