Skip to content

Next level week project, by @Rocketseat, called 'ecoleta' ♻️.

License

Notifications You must be signed in to change notification settings

viniciusrma/nlw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

📍 Index

📑 About

The Ecoleta is a web application to help people find collection points for recycling.

This application was built at the Next Level Week distributed by [Rocketseat] (https://rocketseat.com.br/). The idea of ​​creating an application focused on the environment from the coincidence of the date of the course and the date of environment week

💻 Applied technologies

The project was developed using the following technologies:

⁉ How to use

  • Prerequisites

    • It is necessary to have the Node.js installed
    • It is necessary to have a package manager installed, like NPM or Yarn
    • It is necessary to have the Expo installed in global way
  1. Cloning the application:
  $ git clone https://github.com/viniciusrma/nlw.git
  1. Running the Application:
  # Install the environment
  $ npm install
  # Start the API
  $ cd server
  $ npm run dev
  # Launch web application
  $ cd web
  $ npm start
  # Launch mobile application
  $ cd mobile
  $ npm start

♻️ How to contribute

  • Fork this repository;
  • Create a branch with you feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push into your: git push origin my-feature;

📝 License

This project is under license from MIT. See the archive: LICENSE for more details.


About

Next level week project, by @Rocketseat, called 'ecoleta' ♻️.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published