Skip to content

DevilStudio27/wedding-blazer-product-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mens Wedding Blazer Product UI

An awesome product UI with smooth hover effect and clickable color with product color changing effect.


Contributors Forks Stargazers Issues MIT License

Live Server Live Sass Bracket Pair Colorizer

Table of Contents

About The Project

Product Dashboard Screen Shot

The project is about how to create a Product Card UI page with html, css/scss & js. This Product Card has wedding blazer with price & some sizes, colors & icons. An Hover Effect is triggered when mouse moves on card as shown in above image. After triggered effect, Card shows price, size, colors & some icons.

Built With

This Project is build with Html, Css/Scss & Javascript. For icons, We use FontAwesome that provides us with some cool icons. If u want to learn more about Html, Css/Scss & Javascript below are some links given. Here are a few examples.

Getting Started

Now we setup our environment for project locally. To setup this project locally, follow this steps:

Prerequisites

Here, are some software & plugins required that enhance our performance for project.

  • Visual Studio Code.

    This is text editor that we require for our project. You can use any text editor but I prefer Visual Studio Code as enhances & reduces our workload.

Vscode Plugins required for Our Project

  • Live Server.

    This plugin simply reloads the page when we save the porject. We don't need to refresh page on browser.

  • Live Sass Compiler.

    This plugin simply compiles our sass files & reduces our work. It creates css & css.map files.

  • Bracket Pair Colorizer.

    This plugin colorizers our bracket on element we are styling in stylesheet/css file.

Installation

  1. Copy downloaded project & Paste to desired drive/directory.

  2. Install Visual Studio Code.

  3. Open our project folder.

  4. Right-click on folder & Click on Open With Code.

  5. Open index.html file

  6. link stylesheet file from sass/style.css by using

    <link rel="stylesheet" href="sass/style.css">
    

    Note: Don't link style.scss file bcoz browser can't read .scss file.

  7. Add FontAwesome cdn link to index.html file by using

    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css">
    
  8. link javascript file to index.html by using

    <script src="app.js"></script>
    

    Note: I name app.js but U can prefer any name to .js file.

  9. Type code in desired file or just copy & paste.

  10. Start Live Server from bottom-left corner option.

  11. Start Live Sass Compiler from bottom-center option.

  12. Now, Project runs successfully on your browser.

Usage

Below images will provide usage of our page.

Product_view Product_1
Product_2 Product_3
Product_4 Product_5

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

OR

  • Please read CONTRIBUTING, for details on our code of conduct, and the process for submitting pull requests to us.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Acknowledgements

About

Awesome Mens Wedding Blazer Product UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published