/react-hooks-expense-tracker

Expense Tracker using react hooks and Context API

Primary LanguageJavaScript

CodeFactor

Expense Tracker (React Hooks + Context API)

Simple Expense Tracker using hooks and the context api. Based on youtube's Traversy Media's Expense Tracker

Live Demo Here

This project was bootstrapped with Create React App.

Installation

  • download, clone, or fork
  • npm i && npm start

Additions to original version

  • CSS split into modules
  • Currency Input
  • Improved UX for form (focusing, clearing, default values)
  • wider container for better reading
  • Impruved UX for list by reverse sorting and moving the form above (avoiding user scrolling)