Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lguima/ecoleta-web
Website for Waste Collection Marketplace
https://github.com/lguima/ecoleta-web
frontend next-level-week react reactjs rocketseat typescript web
Last synced: about 2 months ago
JSON representation
Website for Waste Collection Marketplace
- Host: GitHub
- URL: https://github.com/lguima/ecoleta-web
- Owner: lguima
- License: gpl-3.0
- Created: 2020-06-11T19:40:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T04:35:13.000Z (about 4 years ago)
- Last Synced: 2023-03-31T11:52:55.585Z (almost 2 years ago)
- Topics: frontend, next-level-week, react, reactjs, rocketseat, typescript, web
- Language: TypeScript
- Homepage: https://github.com/lguima/ecoleta
- Size: 859 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
Waste Collection Marketplace# Web
Web application built using:
- [React](https://reactjs.org)
- [TypeScript](https://www.typescriptlang.org)
- [React Dropzone](https://leafletjs.com)
- [Leaflet](https://react-dropzone.js.org)# Installation
```bash
# Install dependencies
npm install
```# Usage
```bash
# Start application
$ npm start
```The website will be available at `http://localhost:3000`.
# Deploy
```bash
# Build application
$ npm run build
```# Credits
Project made by [@lguima](https://github.com/lguima) during the **Next Level Week #1 Booster** from [Rocketseat](https://rocketseat.com.br).
# License
Code under license [GPL-3.0](LICENSE.md).
---
Lucas Guima