Skip to content

jrozbicki/reactjs-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Recruitment task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published