https://github.com/lucasgcb/nextlevelweek
Full-Stack+Mobile Application for taking out the trash. Part of RocketSeat's week-long training event.
https://github.com/lucasgcb/nextlevelweek
backend react rocketseat
Last synced: 3 months ago
JSON representation
Full-Stack+Mobile Application for taking out the trash. Part of RocketSeat's week-long training event.
- Host: GitHub
- URL: https://github.com/lucasgcb/nextlevelweek
- Owner: lucasgcb
- Created: 2020-06-01T13:26:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T20:46:56.000Z (over 3 years ago)
- Last Synced: 2025-10-24T15:51:48.693Z (8 months ago)
- Topics: backend, react, rocketseat
- Language: TypeScript
- Homepage:
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Level Week - Rocketseat
This is my take on the free, week-long "Fullstack" development course made by the group _Rocketseat_.
### Task
Develop _Ecoleta_, a full-stack application for assisting in trash disposal and recycling. This single page application should assist in making recycling easier by letting users find garbage collection points for disposing of their well separated junk. It should include a point registration service, and a user mobile app for finding said points using a Map API.
### Design document
The Landing page can be viewed on [Figma](https://www.figma.com/file/9TlOcj6l7D05fZhU12xWT3/Ecoleta-(Booster)?node-id=0%3A1).
### Previews
#### Web

[Click here to go to the web repository.](./aulas/web)
#### Mobile

[Click here to go to the mobile repository.](./aulas/mobile)
### Required Technologies so far
- Node.js
- TypeScript
- React.js
- React Native
#### Completion
- [x] Day 1 - Environment Setup
- [x] Day 2 - Backend API Routing
- [x] Day 3 - Front End SPA, Form submission feature
- [x] Day 4 - Mobile Client, Point browser feature
- [x] Day 5 - Image Upload, Input checking for backend
- [ ] Bonus: Polish Mobile input
- [ ] Bonus 2: Deploy