Skip to content

siddhi-244/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functionalities of Expense Tracker

  • Add New Expenses.
  • Filters expenses based on year.
  • Conditional Rendering implemented.
  • Data is taken from the user.
  • Mobile responsive

Tech Stack

  • React JS
  • HTML
  • CSS

Demo

image 1 image 2 image 3

Want to run this project ??

  1. Fork & clone this repository
git clone https://github.com/siddhi-244/Expense-Tracker.git
  1. Install all the dependencies.
npm install

  1. Run the React app.
npm start