https://github.com/gabrielmerigo/won_games
The Won Games is an eccomerce of games 🕹️
https://github.com/gabrielmerigo/won_games
husky-hooks jest nextjs react react-testing-library reactjs storybook styled-components testing-library
Last synced: 7 months ago
JSON representation
The Won Games is an eccomerce of games 🕹️
- Host: GitHub
- URL: https://github.com/gabrielmerigo/won_games
- Owner: GabrielMerigo
- Created: 2022-04-26T00:02:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T16:30:41.000Z (about 2 years ago)
- Last Synced: 2025-03-10T22:54:34.404Z (7 months ago)
- Topics: husky-hooks, jest, nextjs, react, react-testing-library, reactjs, storybook, styled-components, testing-library
- Language: TypeScript
- Homepage:
- Size: 7.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
## 🙋♂ Apresentação
Front-end do E-commerce Won Games, feito em Next, onde usuários podem se cadastrar e comprar jogos, montar suas wishlist e mais.

PS: Clique [aqui](https://github.com/GabrielMerigo/wongames-api) para acessar o repositório com a API do projeto
## 💻 Tecnologias utilizadas
- **typescript**
- **nextjs**
- **next-pwa**
- **next-auth**
- **storybook**
- **jest/react-testing-library**
- **styled-components**
- **styled-icons**
- **styled-media-query**
- **nextjs-progressbar**
- **apollo**
- **graphql**
- **joi**## ⚙️ Funcionalidades
Cadastro e autenticação de usuários;
Recuperação de senha por email;
Reset de senha;
Criação de Wishlist;
Filtragem de jogos;
Formulários com validação;
## 🔥️ Executando o projeto
Para iniciar, usando o terminal, clone esse repositório em uma pasta com o comando:
```zsh
git clone https://github.com/GabrielMerigo/Won-Games.git
```Instalando as dependências:
```zsh
yarn ou yarn install
```Para iniciar digite no terminal:
```zsh
yarn dev
```