This is a simple expenses tracking app built with React. I made it because I wanted to get familiar with the amCharts Javascript library for building charts. I got inspired by Monefy , one of my favorite apps.
It stores all the data in the localhost, so you'll data will be persistent until you clean it.
You can have a look on https://nardoyala-money-tracker.netlify.app/
Clone this repo and npm install.
npm i
npm start
You can view the development server at localhost:8080
.
npm run build
Note: Install http-server globally to deploy a simple server.
npm i -g http-server
You can view the deploy by creating a server in dist
.
cd dist && http-server
This project is open source and available under the MIT License.