Skip to content

Joopr8/expense-tracker-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Expense tracker using React hooks & context

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published