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

https://github.com/lucianosants/7days-react-casa-verde

Criando uma página de e-commerce com diferentes componentes
https://github.com/lucianosants/7days-react-casa-verde

7daysofcode 7daysofcode-challenge create-react-app javascript react reactjs styled-components

Last synced: about 2 months ago
JSON representation

Criando uma página de e-commerce com diferentes componentes

Awesome Lists containing this project

README

          

# Casa Verde

**Casa Verde** é o projeto de desafio proposto no `7 Days of Code` da `Alura`. Decidi fazê-lo para praticar minhas habilidades com o que tenho estudado de `ReactJS`.
Além disso, neste projeto, utilizei também o `Styled Components` para estilização dos componentes.

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Styled Components](https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)

## Screenshots

![Screen Shot](https://user-images.githubusercontent.com/93036812/184509003-fd430155-b334-4e81-ab4d-4aad49a7b5e9.png)

## Para rodar em localhost

Clone o projeto

```bash
git clone https://github.com/lucianosants/7days-react-casa-verde.git
```

Vá para o diretório

```bash
cd 7days-react-casa-verde
```

Instalar as dependências

```bash
yarn install
```

Iniciar o servidor

```bash
yarn start
```

Acesse no navegador

```bash
https://localhost:3000
```

## Techs
- React
- Create-react-app
- Styled Components
- JavaScript

## Acessar deploy

[Casa Verde ↗️](https://7days-react-casa-verde.vercel.app/)