/expenseCalculator

This is a simple react application that can keep track of your income and expenses. It will also help to visualize your daily expenses. This is a single page application. At no point, the page reloads to fetch new or updated data.

Primary LanguageJavaScript

Demo available here - https://expensecalcy.netlify.app

This is a simple react application that can keep track of your income and expenses. It will also help to visualize your daily expenses. Every new transaction detail is stored and the changes reflect dynamically without loading the page. A pie-chart is also being incorporated into the layout to help the user visualize his spending on each category. This is a single page application. At no point the page reloads to fetch new or updated data. React Hooks and context API is being used in this project

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.