This project was about take a vanilla JS expense tracker app already made and turning it into a React app.
The project was done following the tutorial of TraversyMedia to learn and develop my react skills. This expense tracker app shows user transactions and the global value of incomes and expenses. You can also add a new transaction.
npm install
# Run on http://localhost:3000
npm start
It uses functional components with hooks and the context API, which will be updated when a new transaction is added.