Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.61 KB

File metadata and controls

45 lines (35 loc) · 1.61 KB

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