Project Overview

I was personally curious with front-end web development and wanted to start with Angular. This is a personalized version of the Tour of Heroes tutorial that can be found here.

Features and Uses

This website features a list of heroes. Each hero has an ID and a name and can be looked at and changed. The main page, the dashboard, features a list of the top looked at heroes. The heroes page shows a list of all of the heroes from descending ID numbers. Users can also add and delete heroes on this page as well. On both pages, there are messages at the bottom of the page showing a log of the actions that the user takes.

Tools and Methods Used

Utilized the CLI to create application structure, modules, components and services. Displayed and manipulating lists. Used Angular router to navigate different pages and components. Configured an in-memory web API. Hosted on Netlify.