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.
- Host: GitHub
- URL: https://github.com/bikkimahato/react-expense-tracker
- Owner: bikkimahato
- Created: 2021-07-10T18:17:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T18:41:01.000Z (over 4 years ago)
- Last Synced: 2025-02-09T01:46:30.311Z (11 months ago)
- Topics: context-api, react, react-hooks, reactjs, usereducer-hooks
- Language: JavaScript
- Homepage: https://bikkimahato.github.io/react-expense-tracker/
- Size: 369 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.