Problem | Solution | Demonstration | Requirements | Download | Install | Contribute | License
Some places have selective collection for recyclable waste, but others do not have this service. Sometimes to locate a specific point of recyclable waste requires efforts. Ideally, this information should be public and easily accessible, but it is not the case yet.
Recycle App is an open source software that allows users to register and view collection points for recyclable waste according to specific type of waste. With a friendly and intuitive interface, the software aims to help people to locate waste collection points by building a community that will help increasingly feed this information base.
- Node.js
- React
- React Native
- Expo
- HERE API Connection (Freemium version)
git clone https://github.com/rorsgo/RecycleApp.git
Make sure that you are on the folders
npm install
npm run knex.migrate
npm run knex.seed
npm run backend
yarn install
yarn knex.migrate
yarn knex.seed
yarn backend
npm install
npm start
yarn install
yarn start
npm install
npm start
yarn install
yarn start
- Fork this repository;
- Make a branch with your feature:
git checkout -b my-feature; - Commit the changes:
git commit -m 'feat: My new feature'; - Push to your branch:
git push origin my-feature; - Open a pull request Pull Request.
This repository is under MIT LICENSE. For more information, read the LICENSE file.


