Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 536 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 536 Bytes

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