/ecoleta

Project developed during Rocketseat's Next Level Week, using HTML, CSS and Node.

Primary LanguageCSS

♻️ Ecoleta

Project developed during Rocketseat's Next Level Week, using HTML, CSS and Node.

GitHub language count GitHub top language Made by Repository size GitHub last commit

About the project   |    Technologies   |    Getting started   |    How to contribute   |    Get in touch

Layout

💡 About the project

  • This project aims to create a connection between companies and / or entities that collect waste (organic and inorganic) to people / companies that need to dispose of this waste.

  • This project was developed on the Next Level Week event by Rocketseat

🚀 Technologies

Technologies that I used to develop this project

💻 Getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/JohnEmerson1406/ecoleta.git && cd ecoleta

Follow the steps below

# Starting from the project root folder
$ cd ecoleta

# Install the dependencies
$ npm install

# Start the server
$ npm start

🤔 How to contribute

Make a fork of this repository

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.

$ gh repo fork JohnEmerson1406/ecoleta

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd ecoleta

# Create a branch with your feature
$ git checkout -b my-feature

# Make the commit with your changes
$ git commit -m 'feat: My new feature'

# Send the code to your remote branch
$ git push origin my-feature

After your pull request is merged, you can delete your branch

🌟 Extras


Made with by John Emerson 👋 Get in touch