A web app for browsing and learning about different Pokemons. Built with Next.js and deployed on Vercel. Tested using Playwright for end to end testing.
- Node.js 12+
- npm 6+
- Clone the repository:
git clone https://github.com/PabloCarmona/pokedex-app.git
- Install dependencies:
cd pokedex
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 in your browser.
- Create a production build:
npm run build
- To run the test suite:
npm test
- Next.js - A framework for building server-rendered React apps
- Vercel - A cloud platform for hosting web apps
- Playwright - A Node.js library for automating browser testing
- TanStack Query - Powerful asynchronous state management for TS/JS, React, Solid, Vue and Svelte
We welcome contributions to this project! Please raise a PR to the main branch or write an issue if you have any suggestions or improvements.
This project is licensed under the MIT License - see the LICENSE file for details.