♻️ App for people to search for waste collection points.
Built during the 1ª version of the Rocketseat NLW event.
A project for connect people to waste collection points.
API made with Typescript using Node and Express, Celebrate and Knex frameworks. The database used is SQLITE.
APP made with Typescript using Reac Native, with the Expo layer. Additionally, the React Navigation and Axios framework was used.
Collection companies can register collection points so people who wish to carry out the disposal can easily locate the locations through the app.
Used to all applications, start with the script:
yarn install
yarn dev
Used for companies to register waste collection points, start with the script:
yarn install
yarn start
Used to people search waste collection points, start with the script:
yarn install
yarn start
Just clone and follow the steps above.
Node ^12
Yarn
For this project, basically used:
- Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine.
- React - JavaScript library for building user interfaces.
- React Native - JavaScript library for building mobile user interfaces.
And many other libraries.