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.
# Planning Process-
Frontend
- React
- Redux
- Javascript
- CSS
- Bootstrap
-
Backend
- Python
- Django Rest Frameworks
- Djoser
-
Database
- Postgres SQL
- 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.
# 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
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.