Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pferreirafabricio/react-native-ecoleta
♻ Mobile App for Ecoleta Marketplace made with React Native
https://github.com/pferreirafabricio/react-native-ecoleta
expo expo-cli google-maps react-native
Last synced: 30 days ago
JSON representation
♻ Mobile App for Ecoleta Marketplace made with React Native
- Host: GitHub
- URL: https://github.com/pferreirafabricio/react-native-ecoleta
- Owner: pferreirafabricio
- License: mit
- Created: 2020-06-06T01:31:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T00:10:36.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T21:52:42.350Z (about 1 month ago)
- Topics: expo, expo-cli, google-maps, react-native
- Language: TypeScript
- Homepage:
- Size: 2.76 MB
- Stars: 3
- 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](https://github.com/pferreirafabricio/react-ecoleta)__, 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](https://github.com/pferreirafabricio/node-ecoletaApi)__
## Technologies
This project was built with:
- [React Native](https://facebook.github.io/react-native/)
- [Expo](https://expo.io/)## Installing and Running
1. Clone this repository ```git clone https://github.com/pferreirafabricio/react-native-ecoleta.git```;
2. Enter in the project's folder: ```cd react-native-ecoleta```
3. Install all project's dependencies: ```$ npm install```
4. Run the project: ```$ npm start```
5. Finalyy open your [Expo app](https://play.google.com/store/apps/details?id=host.exp.exponent&hl=pt_BR) and read the QR Code 😃
## 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.