Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vandsonfalcao/ignite-desafio3
Vitrine online de venda de sapatos.
https://github.com/vandsonfalcao/ignite-desafio3
css fakeapi javascript react reactjs styled-components
Last synced: 18 days ago
JSON representation
Vitrine online de venda de sapatos.
- Host: GitHub
- URL: https://github.com/vandsonfalcao/ignite-desafio3
- Owner: vandsonfalcao
- Created: 2021-04-03T16:09:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-14T20:12:08.000Z (over 3 years ago)
- Last Synced: 2024-10-03T18:17:22.885Z (about 1 month ago)
- Topics: css, fakeapi, javascript, react, reactjs, styled-components
- Language: TypeScript
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RocketShoes
> Vitrine de sapatos
![image](https://user-images.githubusercontent.com/65142350/114770485-e24c0500-9d41-11eb-8b29-a368c6e8a79c.png)
## Sumário
- Instalação
- Rodando a aplicação
- Meta
- Tecnologias## Installation
```bash
npm install
# or
yarn install
```## Rodando a aplicação
Primeiro vamos iniciar a FakeAPI e o servidor.
```bash
npm run server
# or
yarn server
``````bash
npm run start
# or
yarn start
```Abra no navegador para ver o resultado:
[http://localhost:3000](http://localhost:3000)
FakeAPI: http://localhost:3333/stock & http://localhost:3333/products## Meta
[![Linkedin Badge](https://img.shields.io/badge/-vandsonfalcao-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/vandsonfalcao/)](https://www.linkedin.com/in/vandsonfalcao/)
[![Gmail Badge](https://img.shields.io/badge/[email protected]?style=flat-square&logo=Gmail&logoColor=white&link=mailto:[email protected])](mailto:[email protected])## Tecnologias
- ReactJS
- Miraje(FakeAPI)
- Styled-Components
- React-toastify
- Typescript