A web app that simulates the functionality of a Pokedex. Built using NextJS and Typescript.
- Install NodeJS
- Install dependancies with:
npm i
Start the web application by running:
npm run dev
or
npm run build && npm start
Navigate to http://localhost:3000 to view the web application.