MVP List - GeniusSniper/atoz GitHub Wiki

Atoz is a clone of Amazon - a shopping website where users purchase stuff they need online and deliver it to their doors.

  1. Hosting on Heroku (0.5 day)

  • start a server on live
  1. Home page/ User login (1.5 day)

  • adding nav buttons in the header to go from place to place
  • user login/logout and sign up
  • error handling going to allow the user to know if invalid choices being made
  • having a demo user for easier access
  • user can add items to the cart but can not check out unless is signed in
  1. Items (1 day)

  • adding item to the database for user to interact with
  • setting prices for each item
  • users are able to see the reviews and adding item to cart
  1. Cart (1 day)

  • adding cart for each user
  • user able to checkout in cart session
  • user cant see other user's cart
  1. reply and reviews (1 day)

  • only logged in user can reply
  • every user can view reviews
  • users are allowed to make many reviews
  • user is able to delete own reviews
  1. Search (1 day)

  • users are able to search for items
  • can't find item page if item is not found
  1. CSS and picture (3 day)

  • having design for all the sides and adding image
  1. ReadMe (0.5 day)

  • description for the website

Bonus