The Wayback Machine - https://web.archive.org/web/20201021103544/https://github.com/nymalone/next-level-week1.0
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
web
 
 
 
 
 
 

README.md

NextLevelWeek

GitHub language count Repository size Made by NykolleMalone GitHub last commit Stargazers

If you need support with the content, go to my Notion notes

ℹï¸? What's Next Level Week?

NLW is a practical week with lots of code, challenges, networking and a single objective: to take you to the next level. Through our method you will learn new tools, learn about new technologies and discover hacks that will boost your career. An online and completely free event that will help you take the next step in your evolution as a dev.

💻 Project

Ecoleta is a project developed based on international environment week. That aims to connect people to companies that collect specific waste such as light bulbs, batteries, cooking oil, etc.

Example

🔖 Layout

To access the layout use Figma.

🚀 Technologies

This project was developed with the following technologies:

  • Node.js
  • TypeScript
  • React
  • Express
  • SQLite / Knex
  • Leaflet

�� External API

The web and mobile project used an external API to load the states and cities of Brazil.

â?“ How To Use

To clone and run this application, you'll need Git, Node.js installed on your computer.

From your command line:

⚙� Install API

# Clone this repository
$ git clone https://github.com/nymalone/next-level-week1.0

# Go into the repository
$ cd next-level-week1.0/server

# Install dependencies
$ npm install

# Run Migrates
$ npm knex:migrate

# Run Seeds
$ npm knex:seed

# Start server
$ npm run dev

# running on port 3333

💻 Install Front-end

# Clone this repository
$ git clone https://github.com/nymalone/next-level-week1.0

# Go into the repository
$ cd next-level-week1.0/web

# Install dependencies
$ npm install

# Run
$ npm start

# running on port 3000

🕑 Future Improvements

  • Mobile App
  • Dashboard
  • Sign up/Login
  • Confirmation alert after add some point
  • Validation for front-end
  • Dark Theme

🤲 Contributing

You are totally allowed to contribute with this project. To do that, fork this repository, make your changes and create a pull request.


Made with ☕ and 💜 by Nykolle Malone

You can’t perform that action at this time.