Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 1.74 KB

README.md

File metadata and controls

72 lines (53 loc) · 1.74 KB

ReactJS Challenge

Recruitment taks (author: Sambor Górnicz)

Base version is at 'master' branch, bonus features are at 'bonus-features' branch

Base version contains:

  • List of Pokemons
  • Pagination
  • Routing (/pokemons/:page)
  • Loader (spinner)
  • Error screen

Bonus features:

  • Quantity select
  • Modal with more details
  • Navbar with search

Short gallery for 'bonus-features'

Desktop:

Mobile:

To get started

  1. Clone repo and change directory

    git clone https://github.com/jrozbicki/reactjs-challenge.git
    cd reactjs-challenge
    
  2. Install dependencies

    npm install
    
  3. Start client server (port 5000)

    npm run server
    
  4. Start client server (port 3000)

    If you want to check out bonus features, first change branch with:
    git checkout bonus-features
    
    then:
    npm start
    
  5. Run unit tests

    npm run test
    

Built with