Skip to content

Open Source project developed at Rocketseat Next Level Week using JavaScrip, CSS, HTML, and Node. With a goal to create a connection between entities that collect recyclable waste with people.

Notifications You must be signed in to change notification settings

jsvitor/Ecoleta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product image

prototype image

File Structure

Within the download you'll find the following directories and files:

Ecoleta/
├── public
│   ├── assets
│   │   ├── icons
│   │   │   ├── arrow-left.svg
│   │   │   ├── baterias.svg
│   │   │   ├── check.svg
│   │   │   ├── eletronicos.svg
│   │   │   ├── home-background.svg
│   │   │   ├── lampadas.svg
│   │   │   ├── log-in.svg
│   │   │   ├── logo.svg
│   │   │   ├── oleo.svg
│   │   │   ├── organicos.svg
│   │   │   ├── papeis-papelao.svg
│   │   │   ├── search.svg
│   │   │   └── x.svg
│   │   └── styles
│   │       ├── create-point.css
│   │       ├── home.css
│   │       ├── main.css
│   │       ├── modal.css
│   │       ├── responsive.css
│   │       └── search-results.css
│   └── scripts
│       ├── create-point.js
│       ├── index.js
│       └── intro.js
├── readmeAssets
│   └── Home.png
├── src
│   ├── database
│   │   ├── database.db
│   │   └── db.js
│   ├── views
│   │   ├── partials
│   │   │   ├── motal.html
│   │   │   ├── page-header.html
│   │   │   └── point-created.html
│   │   ├── create-point.html
│   │   ├── index.html
│   │   ├── layout.html
│   │   └── search-results.html
│   └── server.js
├── .gitignore
├── package-lock.json
├── package.json
└── README.md

Quick start

  • Clone the repo: git clone https://github.com/jszvitor/Ecoleta.git.
  • npm install
  • npm start

About

Open Source project developed at Rocketseat Next Level Week using JavaScrip, CSS, HTML, and Node. With a goal to create a connection between entities that collect recyclable waste with people.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published