Skip to content

Deltacron/Code_Challenge_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 

Repository files navigation

Code Challenge 01

Your task is to write a simple Star Wars fan page.

Prerequisites

  1. Use Typescript for the code structure.
  2. Please use simple CSS. DO NOT use any third-party library for styling.
  3. Project output should be a proper website with all the necessary elements i.e navbar, footer, etc.
  4. The recommended duration for this task is 24-36 hours.

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

For reference, please visit https://www.starwars.com/.

Steps

Write a React app that utilizes API from the above URL

  1. Manage state with redux-toolkit or context API and fetch data using Axios or a similar library.
  2. Use the APIs to build a Home page with a minimum of three categories based on the 'Resources' panel from the website above.
  3. Clicking on a category takes the user to a page with a list of subitems in that category.
  4. When user clicks on an item from list, it should redirect user to a page with detail information regarding that item.
  5. Show a spinner or placeholder while waiting for the API request.
  6. Ensure a pleasing and responsive design, especially on mobile, and include images for each category / detailed page.
  7. Upload the code to a public GitHub repository and include a README.md explaining how to run the app.

Deployment

Once you complete the challenge after carefully following the instructions, make sure to host your app on any free hosting i.e. Vercel, Netlify, or similar.

Bonus

  • Frequent and thoughtful commits.
  • Dockerize the app.
  • Write realistic unit/end-to-end tests.

Good luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors