Prototype profile of CS students at SEMO.
- Phase 1: Break your design into a couple of components and make all of the components work together for your website.
- Phase 2: Add Angular services and routing into your phase 1 website design, make your components consuming the services and website navigation through routing.
- Phase 3: Add in-memory web api to simulate a data server. Make your phase 2 services consume in-memory data from server, and then components consume the services.