- Shows 72 original pokémons
- Allows you to create, edit and delete new pokémons
- Every pokémon can have a hall of fame, memorable pokémon moments
- Sort by experience or alphabetically and filter by pokémon type and origin
- Search bar with debounce
- Get a random pokémon
This is an improved version of a pokemon CRUD that I had done as an individual project for the HENRY bootcamp, full stack. Here the link of the first version, this version has the back and the front in the same repository.
I had decided to redo the entire project from scratch to fix bugs and optimize the code now that I have improved my skills as a programmer. Also add a hall of fame for each pokémon to show the best moments of each one.
- I use the mobile first approach and BEM methodology for the styles.
I used Figma for the first sketches of the design. PROJECT LINK IN FIGMA
REST API REPOSITORY
- Clone the repo
git clone https://github.com/Nicole-Lopez/CRUD-pokemon-client.git
- Install NPM packages
npm install
At the moment I am satisfied with the result but I do not close the possibility that in the future I will make some change or add something else to make it more complete.