Skip to content

Angular app for practising Angular/TypeScript. The app fetches data from an API and allows editing and saving new data.

License

Notifications You must be signed in to change notification settings

hetabjorklund/star-wars-app

Repository files navigation

Star Wars App

An Angular app for practising Angular and TypeScript in the Angular Essentials course on Udemy.

The app fetches data from the Star Wars API. The user can change a character's side (light or dark) and create new characters. New characters are saved locally, not sent to the API.