STAR WARS web page using the information from the [SWAPI] API (https://swapi.dev/ "SWAPI documentation").
The developed website is a website with information about the Star Wars ships and their pilots. The ship list is the one obtained from the API.
The registration screen allows users to register through Localstorage, and log in later. The ship list is only visible to registered users.
It also shows a list of the actors, with details on what ships they can fly and the movies they appear in.
Use the package manager npm for installation.
# install dependencies
npm install
# Runs the app in the development mode
npm run start
# Runs the app in the development mode.
npm run buildCreate a STAR WARS page using:
# Launches the playwright tests.
npm run test# Launches the Allure Report page
npm run allure-report