MVP List - HiThereImCam/sneakerz GitHub Wiki

MVP List

Sneakerz, a Goat App clone, is an e-commerce website that allows users to buy authentic sneakers.

1. Hosting on Heroku

2. New account creation, login, and guest/demo login (2 days)

  • Users can sign up, sign in, log out

  • Users can use a demo login to try the site

  • Users can't use certain features without logging in (buying a product)

3. Search Products (2 days)

  • Users can search for a product in a search bar and select the product that brings them to its page.

4. Filter By Products (1.5 days)

  • Users can filter products by gender, brand, size unit, and size

5. Checkout (2 days)

  • Logged in users can demo this to simulate buying a product
  • Show total cost of purchase
  • Allows the user to continue to shop
  • CRUD CYCLE
    • Logged in users will be able to create their own cart
    • Logged in users will be able to read what's currently in their cart
    • Logged in users will be able to update their cart
    • Logged in users will be able to delete items and/or the whole cart

6. BONUS - Recommended Section

  • Users can select recommended products based on brand or designer.

7. Production README (0.5 days)