Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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](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.