Skip to content

♻ Web ecological application made with reactjs, styled-components and typescript - Next Level Week

Notifications You must be signed in to change notification settings

fernandogatto/ecoleta-web

Repository files navigation

♻ Ecoleta Web

Author Languages Stars Forks Contributors License

Web application from Ecoleta System. Build on Next Week Level, organized by Rocketseat.

🔗 Table of contents

📚 Features

  • Create points for recycling with their items

To get the API, follow this Ecoleta API.

📌 Technologies

📂 Installation

First of all, it is important that you have installed Yarn.

So, run this command in terminal to clone the project via HTTPS:

git clone https://github.com/fernandogatto/ecoleta-web.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git@github.com:fernandogatto/ecoleta-web.git

Install dependencies

yarn install

Run API

The interface needs to interact with the server to get all the data related.

Make sure to go to the Ecoleta API repository and follow the instructions in order to get it running in your machine.

🚀 Starting

Run the following command in order in terminal:

# Start the server
yarn start

💻 Project

👍 Contribute

  • Fork this repository.
  • Create a branch with your resource: git checkout -b my-feature
  • Submit changes: git commit -m "feat: My new feature"
  • Push your branch: git push origin my-feature

📕 License

Released in 2020. This project is under the MIT License.

Build with 💜 by Fernando Gatto.

About

♻ Web ecological application made with reactjs, styled-components and typescript - Next Level Week

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages