Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 625 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 625 Bytes

Star Wars Film Wiki

This app displays details of several Star Wars films and characters provided by the Star Wars API (https://swapi.co).

This project was generated with Angular CLI version 18.2.8.

You can start the app as follows

Install Dependencies npm install

Run ng serve for a dev server.

Navigate to http://localhost:4200/

You can also navigate directly to http://localhost:4200/film-details/:id to get details of a specific film with IDs from 1-6.

Running unit tests

Run ng test to execute the unit tests via Karma.