Starwars Planet Exploration Pagination

Summary

A simple application that allows you to travel through the metadata of planets far far away using the Swapi API.

Deployed application: https://star-wars-pagination-mtwichan.vercel.app/

Technologies Used

Setup

Instructions

  1. Install the dependencies: npm install
  2. Run the app: npm run dev
  3. Navigate to the port and check out the app

Notes

  • I coded this super quickly as part of a coding interview
  • Many things can be done better. For example error handling could be integrated much better and the frontend could use some work
  • Additional code clean up
  • Centralize TanStack React Query calls
  • Table styling to fix columns in TanStack table