Skip to content

Mictim/Star-Wars-pw

 
 

Repository files navigation

Star Wars

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.

Demo

star wars clone

Installation

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 build

Objectives

Create a STAR WARS page using:

Test

# Launches the playwright tests.
npm run test

Allure Report for Test Execution

# Launches the Allure Report page
npm run allure-report

Licence

MIT

About

Star Wars page clone with PW tests

Resources

Stars

Watchers

Forks

Contributors

Languages

  • JavaScript 45.8%
  • TypeScript 32.2%
  • CSS 19.6%
  • HTML 2.4%