Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmnog/react-budget-web
[ReactJS] App for calculating technology projects prices
https://github.com/vmnog/react-budget-web
Last synced: 10 days ago
JSON representation
[ReactJS] App for calculating technology projects prices
- Host: GitHub
- URL: https://github.com/vmnog/react-budget-web
- Owner: vmnog
- License: mit
- Created: 2020-09-09T23:09:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T17:46:12.000Z (over 4 years ago)
- Last Synced: 2024-12-10T18:16:27.062Z (29 days ago)
- Language: TypeScript
- Homepage:
- Size: 4.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# app-budget-web
A ReactJS application for technology project costs. To use the service, the customer must have an account registered in the system. Within the system, it will provide the necessary data to request a quote. At the end, the system will display the total value of the project. The client can also consult old budgets.
![demo](assets/demo.gif)
## How to install
ðŸ’🔥 Don't forget to install the backend before running the project
**Clone the repository**
```
$ git clone https://github.com/vmnog/app-budget-web.git$ cd app-budget-web
$ yarn install
$ yarn start
```### Features
- [x] User can register
- [x] User can login
- [x] User can create budgets
- [x] User can list budgets
- [x] User can select current budgets### Future Features
- [ ] Search project by name
- [ ] Sorting by recent projects
- [ ] Delete and update a project
- [ ] Delete an especific project item
- [ ] Navigation
- [ ] Notifications
- [ ] Notes### Techs used in this project
```
typescript
axios,
react,
react-routerdom,
styled-components,
typescript,
zustand
```