The Recicle is an app to help raise awareness about the impacts of waste on the environment.
This application has four main focuses to help people to preserve the environment: identification of garbage by image processing, tips for recycling and reusing garbage, consultation of nearby collection points and visualization of personal progress and impact caused.
The project was developed using the following technologies
- The layout is avaible on Figma;
- Make a clone :
$ git clone https://github.com/carolquiterio/recicle.git
- Execute the aplication:
# Install the dependencies
$ npm install
# Start the aplication
$ cd mobile
$ npx start
$ npx react-native run-android
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Make a commit with your changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
After the merge of your pull request you can delete your branch.
This project has the MIT license. See the archive LICENSE for more details.