Skip to content

nirav777/money-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Money-Tracker Web-App

Money-Tracker is your personal Spending-Tracker Web-App where you can keep a track of how much you have spent and how much money you have earned. Calculates both the value and pings whether you are at Profit or Loss.

UI

Main Home Page

1

Income Form Page

2

Expense Form Page

3

Some Features

  • Easy UI
    The UI of the website is supereasy to use and UX is also better.
  • Global State
    Whole Application uses a global state which is possible due of use of Redux. Redux makes state management in React super easy.
  • Add Income functionality
    User can add his income and mention the category, amount and date he earned it.
  • Add Expenses functionality
    User can add his day-to-day expenses using this function which will help him/her to keep a track of money flow
  • Profit/Loss
    User gets to know whether he is at loss or he is saving money and can act towards the situation.

Getting Started

Make sure you have Node.js installed

Installing and Starting the Website

  1. Clone the repo

    git clone https://github.com/nirav777/money-tracker.git
  2. Install NPM packages (dependencies)

    npm install
  3. Run app on local server

    npm start

About

Tally up your Expenses and Income and calculate what is your Savings status for any time period. Check whether you are saving money or wasting it using Money-Tracker web-app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors