This project was developed for the first edition of rocketseat's nlw (NEXT LEVEL WEEK)
Ecoleta is a marketplace for recycling points
You can register a new point and search for points in your region
- Clone this repository:
$ git clone https://github.com/Igor-Felipy/Ecoleta
- Enter in directory:
$ cd Ecoleta
- For install dependencies:
$ npm install
- Execute application:
$ npm start
- Open your browser in:
http://localhost:3000/
- Fork the project
- Create a new branch with your changes:
$ git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"
- Submit your changes:
$ git push origin my-feature
This project was developed with ❤️ by @IgorFelipy, with the instructor @MaykBrito, during the Next Level Week of Rocketseat 💜.
If it helped you, give it ⭐, it will help me too 😉