Recruitment taks (author: Sambor Górnicz)
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
Mobile:
-
Clone repo and change directory
git clone https://github.com/jrozbicki/reactjs-challenge.git cd reactjs-challenge
-
Install dependencies
npm install
-
Start client server (port 5000)
npm run server
-
Start client server (port 3000)
If you want to check out bonus features, first change branch with: git checkout bonus-features then: npm start
-
Run unit tests
npm run test