tiago-web / Ecoleta-mobile

♻ Connects drop-off locations to citizens. Mobile client of the Ecoleta application. Built using React-Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ecoleta-mobile ♻

Find the Nearest Drop-Off Locations

Author GitHub top language Stars Issues


📌 Table of Contents

🔗 Features

  • 🔍 Search for the nearest drop-off location.
  • 💻 Connect recycling locations to citizens.

👷 Installation

You need to install Node.js. You also need to install Expo CLI globally. Run this command: npm install -g expo-cli

In order to clone the project via HTTPS, run this command:

git clone https://github.com/tiago-web/Ecoleta-mobile.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:tiago-web/Ecoleta-mobile.git

Install dependencies

yarn install or npm install

🏁 Getting Started

Run the following command in order to start the application in a development environment:

Mobile Initialization

yarn start or npm start

Important! You also need to clone the API repository in order to get all the features of this repository!

You can clone the API repository here. Then, go to the /server/src/controllers/ folder and change the files urls from localhost to YOUR IP ADDRESS

API Initialization

yarn dev or npm run dev

  • If you're not finding your IP address you can start the mobile application and a page will be generated. On this page, you can easily find your IP address in the bottom left corner.

📮 FAQ

Question: What are the technologies used in this project?

Answer: The tecnologies used in this project are React Native with TypeScript.

🔨 Issues

Feel free to file a new issue with a respective title and description on the Ecoleta-mobile repository. If you already found a solution to your problem, i would appreciate to review your pull request!

📖 License

Released in 2020. This project is under the MIT license.

Made with ❤️ by Tiago Soriano 🚀

About

♻ Connects drop-off locations to citizens. Mobile client of the Ecoleta application. Built using React-Native.

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%