Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wkauan/woovi-frontend-challenge


https://github.com/wkauan/woovi-frontend-challenge

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Desafio frontend da woovi

Para mais detalhes sobre o desafio, consulte a [Requisitos](https://woovi.com/jobs/challenges/frontend-engineer/)

## Tecnologias Utilizadas

- **ReactJs**
- **TypeScript**
- **TailwindCSS**
- **Lucide**

## Instalação

Clone o repositório:

```bash
git clone https://github.com/wkauan/woovi-frontend-challenge.git woovi
```

Navegue até o diretório do backend:

```bash
cd woovi
```

Instale as dependências:

```bash
npm install
```

## Executando o Projeto

Inicie o servidor:

```bash
npm run dev
```