Table of Contents
Responsive application developed allows the registration and search of collection points for recyclable material filtered by city. The search returns all the points registered in the researched city. Each collection point has the following information:
- Name
- Image
- Full address
- Type of material collected
- HTML
- CSS
- Javascript
- Node.js
- Express.js (server)
- SQLite (database)
- Nunjucks (template engine)
Project developed just for educacional purposes.
Finished.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/MarioDoncel/NLW1
- Install NPM packages
npm install
- Run the application
npm start
Index Page - Here you have the option to create a new collect point or search for an existing point.
Create Point Page - Here you need to fill all the inputs and select at least one type of material to collect, then you can create a collect point.
Create Success Modal - After creating a point, if it is everything alright this modal will show up for 3 seconds (timeout).
Search Field Modal - Here you can fill the input with the name of the city where you are looking for collecting points.
Search Results Page - This page will show all the collection points that exists in the city you are searching for.
Distributed under the MIT License. See LICENSE.txt for more information.
Mario Andres Doncel Neto
Email - 88mario.doncel@gmail.com
Whatsapp - +55 19 99612 9909
Project Link: https://github.com/MarioDoncel/NLW1
