This project was written by React library, using SCSS and also with BEM technology. In this project were used promises, fetch, BEM, scss, React technologies.
It is app that render list of pokemons taken from PokeAPI. If you want to see more details of each pokemon - click on the pokemon card. Also loading more pokemons is available by clicking on "Load more" button, which will send request to the server and render next 20 pokemons on the screen.
- Node v12.16.3 and higher
- NPM v6.14.4 and higher
- Fork and clone this repository
- Run
npm install
in your terminal - Run
npm start
- Switch to a new branch
git checkout -b *any name*