APP created with React JS at "Next Level Week", an online event created by Rockeseat.
- Create a collection point with the types of waste accepted.
- Filter the collection points by city, state and item type.
- Listing a specific item by ID.
- Listing of predefined items in the application.
You need to install Node JS and Yarn first, then in order to clone the project via HTTPS, run this command:
git clone https://github.com/wandersonalwes/ecoleta-web.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
git clone git@github.com:wandersonalwes/ecoleta-web.git
Install dependencies
yarn install
Run the following command in order to start the application in a development environment:
yarn dev
Feel free to file a new issue with a respective title and description on the the Ecoleta Web repository. If you already found a solution to your problem, i would love to review your pull request! Have a look at our contribution guidelines to find out about the coding standards.
Check out the contributing page to see the best places to file issues, start discussions and begin contributing.
Released in 2020. This project is under the MIT license.
Made with love by Wanderson Alves 💜🚀