Skip to content

Latest commit

 

History

History
158 lines (103 loc) · 7.81 KB

README.md

File metadata and controls

158 lines (103 loc) · 7.81 KB

punchy-crayon-507

File Structure

punchy-crayon-507

├── index.html

│ ├── admin.html

│ ├── login.html

│ ├── Product-display.html

├── adminlogin.html

│ ├── network.html

│ ├── location.html

├── product-display.html

│ ├── product-category-hoodie.html

│ │ ├── product.html

│ ├── product-category-jacket.html

│ │ ├── product.html

│ ├── product-category-coat.html

│ │ ├── product.html

├── product.html

│ ├── Cart.html

│ │ ├── checkoutPage.html

Queen's Closet - Your own wordrobe

Queen's Closet is basically cloned website of CATHERINES.com. It was started in Memphis in 1960 and has grown to nearly 500 location nationwide. This website is dedicated to providing the best in women's plus size fashion. Designed specially for the plus size woman & gives guaranteed to fit the customers.

Languages used

HTML (Hyper Text Markup language)

CSS (Cascading style sheet)

JS (JavaScript)

BootStrap

Links used

API links

Google map links

Google chart links

Google location links

Google font/icon links

Team manager:- Deepanshu Mehra (IA).

Team member 1:- Payal sahu (Team lead)

She is responsible for making the admin page of the website, where the admin page have the full control over user side of the website. It's having its own secure login page (working with mock API links) where only admins of the website can login or create accounts for others, Where as admin page consist of dashboard, product, order details, admin profile and create profile section.

  1. Dashboard provides the full information of all the product status with the help of google chart.
  2. Product section provides control over the product, it's having functionality to add, remove and update the cart details.
  3. Order details section contains all the customer's information that are buying products from the website and also has the functionality to present network/connection to over the world of the website
  4. Admin profile section contains all information of admins. It has functionality to present the location of admin with the the help of google map.
  5. Create profile section is responsible to add & set the admin details for creating new account to the admin page.

Team member 2:- Ritesh Kothawade

He is responsible for making the landing page of the website, where all the user get the first intraction to the website . It contains all the necessary categories, offers, discount banners, new released product and information about the website are provided for the users. It is also responsible for chaining all the sections and collecting data for the website. Sign-in/Sign-up page- This section is responsible for Signing-in and Signing-up with the user details.

Team member 3:- Ansh Kathpal

He is responsible for making the card section of the website to render all the products of the website from different-different categories. This section catching all the products from the API and having various functionalities like-

  1. Search functionality provides the products on the page with that has been searched by the user with product's title and description.
  2. It's having categories section as well which re-directing to the other pages and rendering the products based on their categories.
  3. Sort functionality based on prices and featured products.
  4. Filter functionality filters the products and render based upon color, stock, brand, size, and product type.
  5. Pagination providing different numbers to render limited data on a single page.

Team member 4:- Abhishek

He is responsible for making the check out section and billing section of the website. It's having form fuctionality which is storing the billing address and other data that are used admin section to store the details of the users who's purchasing the products. It's having alternative details form as well which is functional by radio buttons. This stored data is also helping in the admin network section part also.

Team member 5:- Gourav Tiwari

He is responsible for making the product description, login and add to cart page of the website.

  1. Sign-in/Sign-up page- This section is responsible for Signing-in and Signing-up with the user details.
  2. Product description page- This section is displaying the details of the product selected by the user and after selecting the size as per the user the product can be added to the cart, if the user doesn't select the size in that case the product cannot be added to the cart.
  3. Cart page- This section is displaying the products which has been added to the cart by the user and also responsible to update the quantity as well as displaying the total cost of the products added to the cart.

Website images

Landing page

Screenshot (861)

Navigation mega menu

Screenshot (862)

Footer section

Screenshot (864) Screenshot (863)

Sign-in/Sign-up page

Screenshot (865) Screenshot (866)

Product display section

Screenshot (882)

Sorting and filtering section

Screenshot (868)

Pagination of website

Screenshot (869)

Product description page

Screenshot (870)

Card page section

Screenshot (871)

Billing section

Screenshot (872)

Order confermation page

Screenshot (873)

Admin login section

Screenshot (874)

Dashboard of admin section

Screenshot (875)

Product CRUD section

Screenshot (876)

Order detail section

Screenshot (877)

Network section

Screenshot (878)

Admin profile section

Screenshot (879)

Google map location section

Screenshot (880)

Create admin profile section

Screenshot (881)