https://github.com/rudrakshi99/expense-tracker-app
A react app using hooks (useState, useReducer, useContext) and context-api.
https://github.com/rudrakshi99/expense-tracker-app
context-api expense-tracker react reactjs redux
Last synced: about 2 months ago
JSON representation
A react app using hooks (useState, useReducer, useContext) and context-api.
- Host: GitHub
- URL: https://github.com/rudrakshi99/expense-tracker-app
- Owner: rudrakshi99
- Created: 2021-08-19T07:26:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T06:52:57.000Z (over 2 years ago)
- Last Synced: 2025-01-22T18:53:25.718Z (4 months ago)
- Topics: context-api, expense-tracker, react, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 674 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker App
This is a simple expense tracker app built with React and Redux.
## Installation
1. Clone the repo
```bash
git clone https://github.com/rudrakshi99/Expense-tracker-app.git
```2. Install NPM packages
```bash
npm install
```3. Run the app
```bash
npm start
```## Tech Stack
- React
- Redux## License
[MIT](https://choosealicense.com/licenses/mit/)
## Author
[@rudrakshi99](https://www.github.com/rudrakshi99)