- Pagination - "Load more"
- Navigation (menu in header).
- Redux Saga (state management + middleware)
- Main page with cards and pokemon catching mechanism
- Pokemon's page with info.
- Caught Pokemons. A separate collection has been created for them in the database (and a separate collection for users too, the original collection does not change)
- Adaptive interface based on figma layout
- Application presentation layers are separated from business logic
- Browser support: latest versions of modern browsers
- Custom webpack
- choose master branch
git clone git@github.com:Iogsotot/final-project.gitcd final-project/frontendnpm install- open second terminal (final-project/frontend)
npm install -g json-serverjson-server --watch db.json --port 7001- open first terminal
- open browser console and run command
localStorage.clear() npm run start
