Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pferreirafabricio/react-ecoleta

♻ Market Place to connect people and companies that need to dispose of waste
https://github.com/pferreirafabricio/react-ecoleta

ibge-api leaflet react-navigation reactjs typescript

Last synced: about 2 months ago
JSON representation

♻ Market Place to connect people and companies that need to dispose of waste

Awesome Lists containing this project

README

        

Background image of the project

## Overview






## About
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](https://github.com/pferreirafabricio/react-native-ecoleta)__, 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](https://github.com/pferreirafabricio/node-ecoletaApi)__
## Technologies
This project was built with:
- [React](https://reactjs.org/)
- [React Navigation](https://reactnavigation.org/)

## Installing and Running
1. Clone this repository ```git clone https://github.com/pferreirafabricio/react-ecoleta/```;
2. Enter in the project's folder: ```cd react-ecoleta```
3. Install all project's dependencies: ```$ npm install```
4. Run the project: ```$ npm start```😃

## Contribute
1. Fork this repository;
2. Create a branch with your feature: ```git checkout -b my-feature```
3. Commit your changes: ```git commit -m 'feat: My new feature'```
4. Push your branch: ```git push origin my-feature```

## License
This project is under the MIT license. Take a look at the [LICENSE](LICENSE.md) file for more details.