Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/espinbrandon49/react-redux-expensetracket
Keep track of income and expenses
https://github.com/espinbrandon49/react-redux-expensetracket
html-css-javascript jsx react redux redux-toolkit
Last synced: about 1 month ago
JSON representation
Keep track of income and expenses
- Host: GitHub
- URL: https://github.com/espinbrandon49/react-redux-expensetracket
- Owner: espinbrandon49
- Created: 2023-10-05T02:31:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T22:33:35.000Z (over 1 year ago)
- Last Synced: 2024-01-27T12:12:32.784Z (12 months ago)
- Topics: html-css-javascript, jsx, react, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://react-redux-expense-tracket.vercel.app/
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myExpenseTracker
![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB) ![Redux](https://img.shields.io/badge/Redux-593D88?style=for-the-badge&logo=redux&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
Keep track of income and expenses.
- Display transaction items in DOM
- Show balance, expense and income totals
- Add new transaction and reflect in total
- Delete items from DOM
- Persist to local storage## Getting started
```
npm i
npm start
```### [Deployed](https://react-redux-expense-tracket.vercel.app/)