Skip to content

💲 A simple expenses tracking app built with React.

License

Notifications You must be signed in to change notification settings

nardoayala/money-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

💲 A simple expenses tracking app built with React.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published