Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 858 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 858 Bytes

Expense/Money Tracker with React

Task

  • The Expense Tracker React application
  • Task was to contain two input fields that will contain the expense cause or the name of the expense and amount of that expense. It will also going to show the total amount of all expenses below a list of individual expenses.

Learnings

  • Learned about the implementation of context API
  • Learned how to make custom hooks
  • Learned about the useRef()
  • Learned how to make custom modal in tailwind CSS
  • Learned how to format currency

ScreenShots

pic1 pic2

Time Taken


  • 2 Days taken for this to make

Live Link


Tech used


  • ReactJs
  • HTML& TailwindCSS + TailwindCSS Components
  • React-icons
  • react-hot-toast