Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khaledalabssi/budget_app
react_app help user to track their expenses
https://github.com/khaledalabssi/budget_app
Last synced: 2 days ago
JSON representation
react_app help user to track their expenses
- Host: GitHub
- URL: https://github.com/khaledalabssi/budget_app
- Owner: KhaledAlabssi
- Created: 2022-01-04T09:06:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T12:46:21.000Z (almost 3 years ago)
- Last Synced: 2024-05-30T21:14:43.611Z (6 months ago)
- Language: JavaScript
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BUDGET APP
App to help user track his/her budget by allowing him to enter expenses and check the remaining amount.
Visit the app live: https://quizzical-wright-0a664d.netlify.app/
## Tech/Libraries:
- React incl: (Context & Reducer)
- Tailwind & DaisyUI
- uuid
- React-Icons
- Netlify for hosting## Screenshots:
### How to run "Budget App":
- Clone this repo into desired directory
- Navigate to the desired directory using your terminal and type:
```
npm install#Run localhost:3000
npm start```
## Features to add 'in the future':
- LocalStorage
- Login sys
- Mongodb for production# Enjoy it ;)