This is a Next.js project.
This is a project using PokeAPI, and shadcn/ui to make a simple and cleanly designed pokedex.
To test the project yourself, you need to:
- Have Node.js installed on your PC
- Download the repository and extract the files
- CD into the nextjs-pokemon-browser folder with command prompt (or right click >> open in terminal in windows exlplorer)
- Type "npm run dev"
- Open http://localhost:3000 with your browser
- Enjoy!

