myExpenses an expense tracker build with ReactJS and Firebase.
Developed By: Joseito Fernandes
View Demo
·
Report Bug
·
Request Feature
myExpenses is an easy to use expense tracking web app. It was originally built using PHP and MySQL in the year 2018 during my first year at college and is hosted at myexpenses.epizy.com. And later in 2020 decided to shift the code base to ReactJS.
Following are the major frameworks and libraries used to build this project.
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/joseito-terence/myexpenses.git
- Install NPM packages
npm install
- Start NPM server.
npm start