Pokedex
This project is a revamped / updated version of the old Pokedex that I made a while back. This one has new features such as filtering, sorting, searching, and page based pagination. As well as a persistant dark / light mode.
Technical Details
As for technologies / libraries used, to start, this project was built with Typescript. For the front end, i've used Next.js (a React.js framework) along with the React Context API for dealing with state throughout the app. For styling, the app is using SASS / SCSS, a CSS preprocessor that lets you use a few different features like nesting (which is rumored to be coming to regular CSS 👀).