WebDex

Project Information


Small project in which i tested some libraries/technologies i was interested in. All data is fetched from the PokeApi.

This project's repository: GitHub

Technologies i used on this project:

  • NEXT.js
  • react-query
  • Tailwind CSS
  • react-range

The site has a dark mode variant, triggered by the prefers-color-scheme media query initially, there also is a theme switcher button that can be used to change the theme manually, this preference is saved on localstorage so the theme preference is kept on subsequent visits to the site. Implemented using Tailwind CSS.

This is a Next.js project bootstrapped with create-next-app.

Getting Started


First, run the development server:

npm run dev

# or

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.