Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walterradduso/supermarket-list
It is a supermarket list where the user can upload and delete products. Like a to-do list.
https://github.com/walterradduso/supermarket-list
reactjs scss typescript
Last synced: 4 days ago
JSON representation
It is a supermarket list where the user can upload and delete products. Like a to-do list.
- Host: GitHub
- URL: https://github.com/walterradduso/supermarket-list
- Owner: walterradduso
- License: gpl-3.0
- Created: 2022-01-22T02:49:30.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-17T02:14:14.000Z (over 1 year ago)
- Last Synced: 2023-05-17T03:21:57.473Z (over 1 year ago)
- Topics: reactjs, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TradeHelm Challenge
It is a supermarket list where the user can upload and delete products. Like a to-do list.
### Init Project
* Clone project
* Install dependencies
```
npm install
```
* Start project
```
npm run start
```
* Use---
#### Tools
- React
- Sass---
#### Node Version
```
v16
```---
### Ejemplos:
> ![Vacío](./specs/vacio.png "Vacío")
> ![Formulario](./specs/formulario.png "Formulario")
> ![Lleno](./specs/lleno.png "Lleno")