rmondal37 / Expense-Tracker-React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expense-Tracker-React

This is an expense-tracking website built using React-JS. Users can add and remove expenses for various months of the year, and also get a graphical representation of their expenditure spread across various months and years.

Requirements

To start using the app, first clone the github repository:

git clone https://github.com/rmondal37/Expense-Tracker-React

Next, to install the requirements, run the following command:

npm install

This should create a node_modules folder inside your working directory, by installing the requirements from the package.json file.

Next start the React development server:

npm start

About


Languages

Language:JavaScript 58.6%Language:CSS 29.6%Language:HTML 11.8%