Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.48 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.48 KB

Next Level Week 1

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).

Installation

git clone https://github.com/nascimento-felipe/NLW1

Usage example

You can submit a point in the database (i'll put an image xD)

Development setup

I used Leaflet and axios, besides typescript and react dependencies.

npm install axios
npm install leaflet

Release History

  • 0.1.0
    • The first release
    • Remote repo created! :p

Meta

Felipe de Andrade

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/nascimento-felipe/NLW1)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request