An open API service indexing awesome lists of open source software.

https://github.com/mirthikasivakumar/expense-tracker

Expense Tracker using React hooks & context
https://github.com/mirthikasivakumar/expense-tracker

javascript react react-hooks reactcontext

Last synced: 4 months ago
JSON representation

Expense Tracker using React hooks & context

Awesome Lists containing this project

README

          

# Expense Tracker (React)

This is a React version of the [vanilla JS Expense Tracker]. It uses functional components with hooks and the context API

## Usage
```
npm install

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

# Build for prod
npm run build
```