Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 ;)