Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.25 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.25 KB

Money tracker

License: MIT

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.

Demo

You can have a look on https://nardoyala-money-tracker.netlify.app/

Screenshot

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

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

Author

License

This project is open source and available under the MIT License.