About | Features | Technologies Used
Ecoleta is a web application to help people find collection points for recycling.
This application was built on the Next Level Week Starter track distributed by Rocketseat. The idea of creating an application focused on the environment arose from the coincidence of the course date and the date of the environment week
- Collection Point Registration.
- Search the Database for the Collection Point, through the name of the city or part of it.
The project was developed using the following technologies:
- Make a clone:
$ git clone https://github.com/ReinanS/eColeta.git
- Running the Application:
# Install as dependencies
$ npm install
# Launch the application
$ npm start
- Fork this repository,
- Create a branch with your resource:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
The classes were taught by the instructor Mayk Brito in the Next Level Week classes.
Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.