This project was developed to help people find places for waste collection points.
In the web application, the Establishment can register your collect point.
In the mobile application, the user can view all points, filtering by UF, city and items, as well as view a specific point and send an email and or message to the establishment.
Check here the project API: Ecoleta API
This project was built with:
- Clone this repository
git clone https://github.com/pferreirafabricio/react-ecoleta/
; - Enter in the project's folder:
cd react-ecoleta
- Install all project's dependencies:
$ npm install
- Run the project:
$ npm start
😃
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. Take a look at the LICENSE file for more details.