About Pokedex

This project is one of the achievements i have to make for the Fullstack Web Develpment Course with CareerFoundry that i am doing since August 2023. With this Pokedex App I am learning Vanilla JavaScript Basics of variables, datatypes, objects, arrays, functions, IFEE's, promises, fetch(Pokemon API), asynchronous programming and more.

On the main page you find a list of 150 Pokemon with an image of the pokemon making use of CSS Grid Design System. If you click on one Pokemon you will get more information about the Pokemon and the original artwork image of the pokemon on a modal window. I used Bootstrap for the modal window and the Navigation Bar.

If you want you can visit my GitHub page where you can find the code for this project. As we integrated some UI components from Bootstrap the original design of the modal With the original color scheme from Pokemon is not working anymore. With the current knowledge i have about customization from Bootstrap it is necessary to install Bootstrap with Sass and customize the variables. For simplicity we were using the CDN version of Bootstrap. Maybe i will work on the design later on.