Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 824 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 824 Bytes

Expense tracker

Description

This project was about take a vanilla JS expense tracker app already made and turning it into a React app.

Table of Content

Create React App.

About the project

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.

Setup

npm install

# Run on http://localhost:3000
npm start

Aproach

It uses functional components with hooks and the context API, which will be updated when a new transaction is added.