/EcoletaProject

Development of the Ecoleta website, this project given on week 1 of Rocketseat's NLW. It consists of a website where the user can register new collection points for certain materials, as well as search for locations in their region.

Primary LanguageCSSMIT LicenseMIT

GitHub language count GitHub repo size GitHub last commit GitHub


Logo

JavaScript HTML CSS

Table of Contents
  1. About The Project
  2. How To Run

💻 About The Project

Development of the Ecoleta website, this project given on week 1 of Rocketseat's NLW. It consists of a website where the user can register new collection points for certain materials, as well as search for locations in their region.

The project aims to establish a connection between companies and/or entities that collect waste (organic and inorganic) to people and/or entities that need to constantly dispose of this waste. Solving a major recurrent problem that is the inadequate disposal of waste, facilitating the recycling and reuse process.

app

🚀 How To Run

⚠️ For a better experience, open the project in the following link: https://antuniooh.github.io/EcoletaProject/ ⚠️

Terminal

# Clone the repository
$ git clone https://github.com/antuniooh/EcoletaProject.git

# Access the project folder in your terminal / cmd
$ cd EcoletaProject

# Install libs
$ npm install

# Deploy 
$ npm start

The project will be hosted at "localhost:3000"