/altschool-frontend-assignment-two

simple SPA website that implemented Nested routes, React-router-dom, hooks, 404 page and Error boundary, React.lazy, client-side pagination using randomuser.me API, accessibility, disabled state, and API loading states.

Primary LanguageJavaScriptMIT LicenseMIT

altschool frontend engineering class 2022, second assignment

overview/ implementing:

  • Nested routes
  • React-router-dom
  • React-router-dom hooks
  • 404 page
  • Error boundary
  • React.lazy
  • client-side pagination using randomuser.me API
  • accessibility, disabled state and API loading states.

instructions to make changes to this repo:

  • Fork this repo
  • Clone your fork
  • Run npm install
  • Run npm start
  • Open localhost:3000 in your browser
  • Push your changes to your fork
  • Submit a pull request to this repo

view project