Skip to content

Iogsotot/final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

Pokehunt

What is implemented:

  • 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

Getting start

  1. choose master branch
  2. git clone git@github.com:Iogsotot/final-project.git
  3. cd final-project/frontend
  4. npm install
  5. open second terminal (final-project/frontend)
  6. npm install -g json-server
  7. json-server --watch db.json --port 7001
  8. open first terminal
  9. open browser console and run command localStorage.clear()
  10. npm run start

pokehunt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published