Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 2.63 KB

README.md

File metadata and controls

69 lines (47 loc) · 2.63 KB

Keita's Beauty

Description

Keita's Beauty is an online E-commerce Website where you can purchase your favorite make-up products for a reasonable price. Redux state management is used to handle cart functionality combined with context api.

Screenshots

Screen Shot 2022-02-21 at 8 12 08 PM Screen Shot 2022-02-21 at 8 32 34 PM Screen Shot 2022-02-21 at 8 12 08 PM Screen Shot 2022-02-21 at 8 27 03 PM
# Planning Process

Technologies Used

  • Frontend

    • React
    • Redux
    • Javascript
    • CSS
    • Bootstrap
  • Backend

    • Python
    • Django Rest Frameworks
    • Djoser
  • Database

    • Postgres SQL

WireFrames

375a0c80-8d93-11ec-9622-df715dac252d 34115180-8d90-11ec-81ac-63ed8f54811f 396e9c00-8d90-11ec-8414-b75cc583bfc7

User Stories

  • As a user, I want to add to cart from the product page so I can eventually purchase my favorite makeup products.
  • As a user, I want to view all products on one page so I can see all the store offers.
  • As a user, I want to write reviews on different items so other users can see my experience with a product.
  • As a user, I want to be able to add, update, and delete my reviews.

Getting Started/ Installation Instructions:

# Clone this repository
$ git clone https://github.com/TishShaw/empire-homes.git

# Cd into remote repository
$ cd empire-homes

# Run development server
$ npm run start

Contribution Guidelines

All feedback and suggestions are welcome! Feel free to drop an issue.

If you'd like to contribute to the codebase, please fork and clone this repo, then submit a pull request with any code changes.