Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 2.54 KB

README.md

File metadata and controls

66 lines (39 loc) · 2.54 KB

Bootleg Lion King DVDs

We're Making a Comeback!

Mission Statement:

Streaming services are currently suffering with an abundance of ads, and yet costs continue 
to go up while selection goes down. Here at Bootleg Lion King DVDs, we believe the solution 
is a return to a simpler time, when the things you pay money for are yours to keep. Come get
your copy of Lion King 2 today!

Link to website

https://arj5074.github.io/OnlineStore/

IST 256 Final Project

Description: For my project, I created a joke company to sell bootlegs dvds online. This comes partially as a response to increasing costs and decreasing quality of streaming services. It would be nice to have a legal alternative to streaming, because this is definitely not legal.

Feedback

Usability Session 1

Passenger Notes: My project at the time of the rough draft was severely lacking in content. I had not settled on a theme yet, but items were in the store and some of the functionality was there.

Driver Notes: Consider having shopping cart scroll with page.

Takeaways: Pick a theme and get to work. Just pick the first thing that comes to mind.

Usability Session 2

Passenger Notes: The shadow effect I had on the store items was well-liked by both testers.

Driver Notes: We talked about the process for getting the shopping cart to work and how the information would stored.

Takeaways: I realized I could keep the item information in one array, then create a 2nd array of references to the first to call that information and show it in the cart.

Angular Details

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.