Skip to content

mateenkhalil/Code_Challenge_01

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Code Challenge 01

Your tasks is to write a simple Star wars Fan page.

Click on the Documentation in the upper right corner. In the documentation, please find the panel with categories in the left side and utilize that to create the application..

Steps

Write a React app that utilize api from the above url

  • Use redux / context api for state management and Axios (or similar library) for fetching data from APIs.
  • Utilize the apis and create Home page with at least three categories.
  • When user clicks on a category, it will navigate to another page with list of subitems in that category.
  • Display spinner or placeholder component while the API request is ongoing.
  • Make it look decent. NO need for super sophisticated design, but a minimum, make it somewhat responsive so that it doesn’t look terrible on a mobile phone. Add images for each device.
  • Push the code to a public github repo wilth a README.md that explains how to execute the app.

BONUS

•	Dockerize the app.
•	Write realistic unit/end-to-end tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors