The github repository for my internship application at KreiosLabs
- Clone the repository
- Use
npm i
to install the node modules - Use
npm run dev
to run the webapp - Access on browser through http://localhost:5173/
This is a Pokedex website that displays all 1025 pokemon from the PokemonAPI.
Features include:
- Paginated results via infinite scroll (20cards per page)
- Live search based on id and name
- Sorting based on id and name.
- Modal Popup when a card is clicked
- Design: Canva
- Live Site URL: GithubPages
- Pokemon data source: PokeAPI
I'm built this project with React and Tailwind. I started with a function before form approach then used a mobile-first approach when styling the website because tailwinds breakpoints use min-width.
- HTML
- CSS
- Tailwind CSS
- React
- Vite
- Implement descending order for both sort types
- Implement filtering based on pokemon type
- More details in detailed view like evolutions and strengths
- Who's that pokemon mini game: button that shows random pokemon silhouette
Francis Glenn Hernandez