/wardrobe

A wardrobe catalog site. MVC Project for WCCI week 12

Primary LanguageJavaScript

Wardrobe

A wardrobe catalog site. MVC Project for WCCI week 12

Overview

Create a database-first web application for managing the contents of your wardrobe. The app will allow you to add, edit, view, and delete items in your closet.

Details

Design an app that will let you manage the contents of your closet. It should support several different types of clothing stored in your database:

  • Tops
  • Bottoms
  • Shoes
  • Accessories

Each item of clothing will need to have the following properties kept with it:

  • ID
  • Name
  • Photo
  • Type
  • Color
  • Season
  • Occasion

Stretch Tasks

  • Have the images for each item display on the index view
  • Outfit Model
  • Integrated views with the Outfits model
    • Show several pieces of clothing from your model on one view