An app to help you recycle and make a better world
This is an app developed in the Next Level Week, made by Rocketseat. It's an app to register the recycle collect points in your city (web) and a tool to find the points (mobile).
git clone https://github.com/nascimento-felipe/NLW1
You can submit a point in the database (i'll put an image xD)
I used Leaflet and axios, besides typescript and react dependencies.
npm install axios
npm install leaflet
- 0.1.0
- The first release
- Remote repo created! :p
Felipe de Andrade
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/nascimento-felipe/NLW1)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request