DEMO

Task: Make SPA React+TypeScript using Star Wars API

  • consist of 2 pages
  • 1st (main) page:
    • list or grid of characters (people)
    • should have pagination and search
  • 2nd page:
    • detailed view of character

Additional tasks:

  • use accurate layout
  • use Redux
  • edit character locally
  • tests
  • main page filters

Install node modules (Recommended NodeJS version v16)

npm i

Run webpack dev server

npm run serve

Local: Open browser at http://localhost:9119