Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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