Client for Pokémon Tournament API.
Made with Typescript, NextJS, React, Axios and Styled Components.
The Pokémon Tournament API needs to be configured and running to make the client work.
Install dependencies
npm install
Config the API URL
# .env file
NEXT_PUBLIC_API_URL=http://localhost:8080/
Start development server
npm run dev
Build
npm run build
├── src
├── components
├── layouts
├── pages
├── public
├── services
├── syles
└── types
- Leonardo Rocha
- Github: @Lerooks