Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pferreirafabricio/react-ecoleta
- Owner: pferreirafabricio
- License: mit
- Created: 2020-06-03T00:40:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T00:08:33.000Z (over 3 years ago)
- Last Synced: 2024-05-28T14:08:54.150Z (7 months ago)
- Topics: ibge-api, leaflet, react-navigation, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 4.6 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 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.