Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/galembeck/ecoleta-frontend

Frontend application of "ecoleta (repository)".
https://github.com/galembeck/ecoleta-frontend

Last synced: about 1 month ago
JSON representation

Frontend application of "ecoleta (repository)".

Awesome Lists containing this project

README

        

# (NLW): Ecoleta "Frontend"

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `yarn start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

### `yarn build`

# REPOSITORIES

💻 | "ecoleta" (backend) repository



💻 | "ecoleta" (mobile) repository

## 🚀 Tecnologias

Esse projeto foi desenvolvido com as seguintes tecnologias:

- [Node.js](https://nodejs.org/en/)
- [React](https://reactjs.org)

## 💻 Projeto

O Ecoleta é um marketplace que ajuda pessoas a encontrarem pontos de coleta de resíduos de forma eficiente.

## 🔖 Layout

Você pode visualizar o layout do projeto no formato através [desse link](https://www.figma.com/file/9TlOcj6l7D05fZhU12xWT3/Ecoleta-Booster?node-id=0%3A1). Lembrando que você irá precisar ter uma conta no [Figma](http://figma.com/).

# Para executar:

## Web (frontend):
```
cd web
yarn install
yarn start
```