Skip to content

Nicole-Lopez/Pokemon-zone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sublime's custom image

Pokémon Zone

Pokémon CRUD

  • 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

View demo

Table Of Contents

About The Project

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.

HOMEPAGE w320 HOMEPAGE

I used Figma for the first sketches of the design. PROJECT LINK IN FIGMA

Built With

REST API REPOSITORY
React

React

Redux

Redux

Sass

Sass

Installation

  1. Clone the repo
git clone https://github.com/Nicole-Lopez/CRUD-pokemon-client.git
  1. Install NPM packages
npm install

Project status

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.