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

https://github.com/bikkimahato/react-expense-tracker

React app to keep track of income and expenses. Add and remove items and save to local storage. React app built using hooks (useState, useContext, useReducer) and the context API.
https://github.com/bikkimahato/react-expense-tracker

context-api react react-hooks reactjs usereducer-hooks

Last synced: 9 months ago
JSON representation

React app to keep track of income and expenses. Add and remove items and save to local storage. React app built using hooks (useState, useContext, useReducer) and the context API.

Awesome Lists containing this project

README

          

# react-expense-tracker
React app to keep track of income and expenses. Add and remove items and save to local state. React app built using hooks (useState, useContext, useReducer) and the context API.