Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 1.75 KB

README.md

File metadata and controls

73 lines (52 loc) · 1.75 KB

Live Demo: https://coletaresiduos.herokuapp.com/

💻 About

♻️ Ecoleta - It is a way to connect companies and entities that collect organic and inorganic waste to people who need to dispose of their waste in an ecological way.

Register on the web by sending:

  • an image of the collection point
  • name of the entity, email and whatsapp
  • and the address so that it can appear on the map
  • in addition to selecting one or more collection items:
    • lamps
    • Batteries
    • papers and cardboard
    • electronic waste
    • organic waste
    • kitchen oil

📱 Mobile

Mobile home Mobile points Mobile detail

🖥️ Web

NextLevelWeek

🛠 Technology

  • [Expo][expo]
  • [Node.js][nodejs]
  • [React][reactjs]
  • [React Native][rn]
  • [TypeScript][typescript]

🚀 Run Server

$ cd server
$ npm install
$ npm run dev:server
#running at http://localhost:3333 

🖥️ Run web (Front End)

$ cd frontend
$ npm install
$ npm run start
# running at http://localhost:3000

📱 Mobile

$ cd mobile`
$ `npm install` 
$ `npm start` 
# running in expo simulator