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.