Skip to content

ishitakeshawani/Stunners-Hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

✨ Stunners Hub ✨

Badge Badge Badge Badge


Tech Stack :

  • Frontend: HTML,CSS,JS
  • Version Control: Git and GitHub
  • Hosting: Netlify
  • Code Editor and tools: VS Code

✨ Welcome to Stunners Hub ✨

Table of Contents

- Overview
- Folder Structure
- UI of Website
- Contribution Guideline

Overview 🔨

Stunners Hub is the online shopping beauty store for Buying cosmetics & beauty products. You can Browse makeup, health products & more from top beauty brands on Stunners HUb. It has mainly four-category products - Makeup, Skincare, Haircare, and Fragrances. You can filter various beauty products category, ratings, and pricewise.It also has features of adding to cart, wishlist, login, Search product, etc.

Folder Structure 📒

    ├───Authentication
    │   ├───login
    │   └───signup
    ├───cart
    ├───home
    ├───products
    └───wishlist

UI of the Website

Screenshot (120) Screenshot (121)
Home Page Products listing Page
Screenshot (122) Screenshot (123)
Wishlist Page Cart Page
Screenshot (124) Screenshot (125)
Login Page Signup Page

Setup Steps

  • Go to directory
$ cd Stunners-Hub
  • Start LocalHost Server
Open index.html with Live Server in VScode

Contribution Guidelines 🏗

To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/ishitakeshawani/Stunners-Hub.git

3. Navigate to the project directory 📁 .

cd Stunners-Hub

4. Add a reference(remote) to the original repository.

git remote add upstream Stunners-Hub.git

5. Check the remotes for this repository.

git remote -v

6. Create a new branch.

git checkout -b <your_branch_name>

7. Perfom your desired changes to the code base.

8. Track your changes:heavy_check_mark: .

git add .

9. Commit your changes .

git commit -m "Relevant message"

10. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

11. To create a pull request, click on compare and pull requests.

12. Add appropriate title and description to your pull request explaining your changes and efforts done.

13. Click on Create Pull Request.

14 You did it! 🥳 Wait for your submission to be accepted and your PR to be merged.