Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudunog/potter-book
https://github.com/dudunog/potter-book
cypress javascript nextjs react react-query shadcn-ui tailwindcss testing-library typescript vitest
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dudunog/potter-book
- Owner: dudunog
- License: mit
- Created: 2023-12-24T18:11:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T11:36:54.000Z (5 months ago)
- Last Synced: 2024-08-13T14:36:53.682Z (5 months ago)
- Topics: cypress, javascript, nextjs, react, react-query, shadcn-ui, tailwindcss, testing-library, typescript, vitest
- Language: TypeScript
- Homepage: https://potter-book.vercel.app
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Coverage Status](https://coveralls.io/repos/github/dudunog/potter-book/badge.svg?branch=main)](https://coveralls.io/github/dudunog/potter-book?branch=main)
[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
Harry Potter WorldDesafio técnico da Proesc
## Tecnologias
Este projeto foi desenvolvido com as seguintes tecnologias:
- React
- Next
- TypeScript
- Tailwind CSS
- Shadcn/ui
- React Query
- Vitest
- Cypress## Execute o projeto
1. Clone este repositório `git clone https://github.com/dudunog/potter-book.git`
2. Entre no diretório do projeto `cd potter-book`
3. Instale as dependências com `yarn install` ou `npm install`
4. Inicie o projeto em modo desenvolvimento com `yarn run dev` ou `npm run dev`