Blog

  • Angular 16 Gym Template Free Website Demo

    Angular 16 Gym Template Free Website Demo

    Hello friends, welcome back to my blog. Today this blog post will tell you Angular 16 Gym Template Free Website Demo.

    Live Demo
    Angular 16 Gym Template Free Website Demo
    Angular 16 Gym Template Free Website Demo

    Angular 16 and Bootstrap 5 came and if you are new then you must check below two links:

    1. Angular16 Basic Tutorials
    2. Bootstrap 5
    3. Ecommerce Angular Templates

    Friends now I proceed onwards and here is the working code snippet and please use carefully this to avoid the mistakes:

    1. Firstly friends we need fresh angular 16 setup and for this we need to run below commands but if you already have angular 16 setup then you can avoid below commands. Secondly we should also have latest node version installed on our system:

    npm install -g @angular/cli 
    
    ng new angulardemo//Create new Angular Project 
    
    cd angulardemo // Go inside the Angular Project Folder

    2. Now friends we just need to add below code into angulardemo/src/app/app.component.html file to get final out on the web browser:

    <!-- Start Header  -->
    <header>
      <div class="container">
        <div class="logo">
           <a href="">Fitness <span>Club</span></a>
        </div>
        <a href="javascript:void(0)" class="ham-burger">
            <span></span>	
            <span></span>
        </a>
        <div class="nav">
          <ul>
            <li><a href="#home">Home</a></li>
            <li><a href="#about">About</a></li>
            <li><a href="#service">Services</a></li>
            <li><a href="#classes">Classes</a></li>
            <li><a href="#schedule">Schedule</a></li>
            <li><a href="#price">Price</a></li>
            <li><a href="#contact">Contact</a></li>
          </ul>
        </div>
      </div>
    </header>
    <!-- End Header  -->
    
    <!-- Start Home -->
    <section class="home wow flash" id="home">
       <div class="container">
           <h1 class="wow slideInLeft" data-wow-delay="1s">It's <span>gym</span> time. Let's go</h1>
           <h1 class="wow slideInRight" data-wow-delay="1s">We are ready to <span>fit you</span></h1>
       </div>
        <!-- go down -->
            <a href="#about" class="go-down">
                <i class="fa fa-angle-down" aria-hidden="true"></i>
            </a>
        <!-- go down -->
    
    </section>
    <!-- End Home -->
    
    
    <!-- Start About -->
    <section class="about" id="about">
        <div class="container">
            <div class="content">
                 <div class="box wow bounceInUp">
                      <div class="inner">
                           <div class="img">
                               <img src="assets/images/about1.jpg" alt="about" />
                           </div>
                         <div class="text">
                              <h4>Free Consultation</h4>
                              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries</p>
                         </div>
                      </div>
                 </div>
                   <div class="box wow bounceInUp" data-wow-delay="0.2s">
                      <div class="inner">
                           <div class="img">
                               <img src="assets/images/about2.jpg" alt="about" />
                           </div>
                         <div class="text">
                              <h4>Best Training</h4>
                              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries</p>
                         </div>
                      </div>
                 </div>
                 <div class="box wow bounceInUp" data-wow-delay="0.4s">
                      <div class="inner">
                           <div class="img">
                               <img src="assets/images/about3.jpg" alt="about" />
                           </div>
                         <div class="text">
                              <h4>Build Perfect Body</h4>
                              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries</p>
                         </div>
                      </div>
                 </div>
            </div>
        </div>
    </section>
    <!-- End About -->
    
    
    <!-- Start Service -->
    <section class="service" id="service">
     <div class="container">
        <div class="content">
            <div class="text box wow slideInLeft">
                    <h2>Services</h2>
                    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries</p>
                    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries</p>
                    <a href="" class="btn">Start Now</a>
            </div>
            <div class="accordian box wow slideInRight">
                  <div class="accordian-container active">
                    <div class="head">
                      <h4>Cardiovascular Equipment</h4>
                      <span class="fa fa-angle-down"></span>
                    </div>
                    <div class="body">
                      <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries</p>
                    </div>
                  </div>
                  <div class="accordian-container">
                    <div class="head">
                      <h4>Strength Training Equipment</h4>
                      <span class="fa fa-angle-up"></span>
                    </div>
                    <div class="body">
                      <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries</p>
                    </div>
                  </div>
                  <div class="accordian-container">
                    <div class="head">
                      <h4>Group Fitness Class</h4>
                      <span class="fa fa-angle-up"></span>
                    </div>
                    <div class="body">
                      <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries</p>
                    </div>
                  </div>
                  <div class="accordian-container">
                    <div class="head">
                      <h4>Other Services</h4>
                      <span class="fa fa-angle-up"></span>
                    </div>
                    <div class="body">
                      <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries</p>
                    </div>
                  </div>
            </div>
        </div>
     </div>
    </section>
    <!-- End Service -->
    
    <!-- Start Classes -->
    <section class="classes" id="classes">
    <div class="container">
       <div class="content">
           <div class="box img wow slideInLeft">
              <img src="assets/images/class2.png" alt="classes" />
           </div>
           <div class="box text wow slideInRight">
              <h2>Our Classes</h2>
              <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,</p>
             <div class="class-items">
              <div class="item wow bounceInUp">
                       <div class="item-img">
                          <img src="assets/images/class1.jpg" alt="classes" />
                          <div class="price">
                             $99
                          </div>
                       </div>
                       <div class="item-text">
                           <h4>Stretching Training</h4>
                           <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
                           <a href="">Get Details</a>
                       </div>
              </div>
              <div class="item wow bounceInUp">
                       <div class="item-text">
                           <h4>Stretching Training</h4>
                           <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
                           <a href="">Get Details</a>
                       </div>
                       <div class="item-img">
                          <img src="assets/images/class1.jpg" alt="classes" />
                          <div class="price">
                             $99
                          </div>
                       </div>
              </div>
             </div>
           </div>
       </div>
    </div>
    </section>
    <!-- End Classes -->
    
    <!-- Start Today -->
    <section class="start-today">
     <div class="container">
        <div class="content">
            <div class="box text wow slideInLeft">
               <h2>Start Your Training Today</h2>
               <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,</p>
               <a href="" class="btn">Start Now</a>
            </div>
            <div class="box img wow slideInRight">
               <img src="assets/images/gallery4.jpg" alt="start today" />
            </div>
    
        </div>
     </div>
    </section>
    <!-- End Start Today -->
    
    <!-- Start Schedule -->
    <section class="schedule" id="schedule">
       <div class="container">
           <div class="content">
                <div class="box text wow slideInLeft">
                     <h2>Classes Schedule</h2>
                     <p>
                       Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,
                     </p>
                     <img src="assets/images/schedule1.png" alt="schedule" />
                </div>
                <div class="box timing wow slideInRight">
                     <table class="table">
                        <tbody>
                          <tr>
                            <td class="day">Monday</td>
                            <td><strong>9:00 AM</strong></td>
                            <td>Body Building <br/> 9:00 to 10:00 AM</td>
                            <td>Room No:210</td>
                          </tr>
                          <tr>
                            <td class="day">Tuesday</td>
                            <td><strong>9:00 AM</strong></td>
                            <td>Body Building <br/> 9:00 to 10:00 AM</td>
                            <td>Room No:210</td>
                          </tr>
                          <tr>
                            <td class="day">Wednesday</td>
                            <td><strong>9:00 AM</strong></td>
                            <td>Body Building <br/> 9:00 to 10:00 AM</td>
                            <td>Room No:210</td>
                          </tr>
                          <tr>
                            <td class="day">Thursday</td>
                            <td><strong>9:00 AM</strong></td>
                            <td>Body Building <br/> 9:00 to 10:00 AM</td>
                            <td>Room No:210</td>
                          </tr>
                          <tr>
                            <td class="day">Friday</td>
                            <td><strong>9:00 AM</strong></td>
                            <td>Body Building <br/> 9:00 to 10:00 AM</td>
                            <td>Room No:210</td>
                          </tr>
                          <tr>
                            <td class="day">Saturday</td>
                            <td><strong>9:00 AM</strong></td>
                            <td>Body Building <br/> 9:00 to 10:00 AM</td>
                            <td>Room No:210</td>
                          </tr>
                        </tbody>
                     </table>
                </div>
           </div>
       </div>
    </section>
    <!-- End Schedule -->
    
    <!-- Start Gallery -->
    <section class="gallery" id="gallery">
       <h2>Workout Gallery</h2>
      <div class="content">
         <div class="box wow slideInLeft">
            <img src="assets/images/gallery1.jpg" alt="gallery" />
         </div>
         <div class="box wow slideInRight">
            <img src="assets/images/gallery2.jpg" alt="gallery" />
         </div>
         <div class="box wow slideInLeft">
            <img src="assets/images/gallery3.jpg" alt="gallery" />
         </div>
         <div class="box wow slideInRight">
            <img src="assets/images/gallery4.jpg" alt="gallery" />
         </div>
      </div>
    </section>
    <!-- End Gallery -->
    
    <!-- Start Price -->
    <section class="price-package" id="price">
       <div class="container">
           <h2>Choose Your Package</h2>
           <p class="title-p">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, </p>
           <div class="content">
               <div class="box wow bounceInUp">
                   <div class="inner">
                        <div class="price-tag">
                            $59/Month
                        </div>
                        <div class="img">
                           <img src="assets/images/price1.jpg" alt="price" />
                        </div>
                        <div class="text">
                            <h3>Body Building Training</h3>
                            <p>Get Free WiFi</p>
                            <p>Month to Month</p>
                            <p>No Time Restrictions</p>
                            <p>Gym and Cardio</p>
                            <p>Service Locker Rooms</p>
                            <a href="" class="btn">Join Now</a>
                        </div>
                   </div>
               </div>
               <div class="box wow bounceInUp" data-wow-delay="0.2s">
                   <div class="inner">
                        <div class="price-tag">
                            $69/Month
                        </div>
                        <div class="img">
                           <img src="assets/images/price2.jpg" alt="price" />
                        </div>
                        <div class="text">
                            <h3>Body Building Training</h3>
                            <p>Get Free WiFi</p>
                            <p>Month to Month</p>
                            <p>No Time Restrictions</p>
                            <p>Gym and Cardio</p>
                            <p>Service Locker Rooms</p>
                            <a href="" class="btn">Join Now</a>
                        </div>
                   </div>
               </div>
               <div class="box wow bounceInUp" data-wow-delay="0.4s">
                   <div class="inner">
                        <div class="price-tag">
                            $99/Month
                        </div>
                        <div class="img">
                           <img src="assets/images/price3.jpg" alt="price" />
                        </div>
                        <div class="text">
                            <h3>Body Building Training</h3>
                            <p>Get Free WiFi</p>
                            <p>Month to Month</p>
                            <p>No Time Restrictions</p>
                            <p>Gym and Cardio</p>
                            <p>Service Locker Rooms</p>
                            <a href="" class="btn">Join Now</a>
                        </div>
                   </div>
               </div>
           </div>
       </div>
    </section>
    <!-- End Price -->
    
    <!-- Start Contact -->
    <section class="contact" id="contact">
       <div class="container">
          <div class="content">
              <div class="box form wow slideInLeft">
                 <form>
                    <input type="text" placeholder="Enter Name">
                    <input type="text" placeholder="Enter Email">
                    <input type="text" placeholder="Enter Mobile">
                    <textarea placeholder="Enter Message"></textarea>
                    <button type="submit">Send Message</button>
                 </form>
              </div>
              <div class="box text wow slideInRight">
                   <h2>Get Connected with Gym</h2>
                    <p class="title-p">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
                    <div class="info">
                        <ul>
                            <li><span class="fa fa-map-marker"></span> Gali no 11, House no 11, Lahore</li>
                            <li><span class="fa fa-phone"></span> 92 9999999999</li>
                            <li><span class="fa fa-envelope"></span> info@gym.com</li>
                        </ul>
                    </div>
                    <div class="social">
                         <a href=""><span class="fa fa-facebook"></span></a>
                         <a href=""><span class="fa fa-linkedin"></span></a>
                         <a href=""><span class="fa fa-skype"></span></a>
                         <a href=""><span class="fa fa-youtube-play"></span></a>
                    </div>
    
                    <div class="copy">
                        PowerBy &copy; Ali Ahmad
                    </div>
              </div>
          </div>
       </div>
    </section>
    <!-- End Contact -->

    3. Guys here is git repo link and put css,  js and images inside scr/assets folder:

    Git Repo

    4. Guys please add below code inside scr/index.html file:

    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8">
      <title>Angulaedemo</title>
      <base href="/">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="icon" type="image/x-icon" href="favicon.ico">
      <link rel="stylesheet" href="assets/css/animate.css">
      <link rel="stylesheet" type="text/css" href="assets/css/style.css">
      <style>
        .wow:first-child {
          visibility: hidden;
        }
      </style>
    </head>
    <body>
      <app-root></app-root>
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
    <script>
      $(document).ready(function(){
    
          $(".ham-burger, .nav ul li a").click(function(){
           
            $(".nav").toggleClass("open")
    
            $(".ham-burger").toggleClass("active");
          })      
          $(".accordian-container").click(function(){
          	$(".accordian-container").children(".body").slideUp();
          	$(".accordian-container").removeClass("active")
          	$(".accordian-container").children(".head").children("span").removeClass("fa-angle-down").addClass("fa-angle-up")
          	$(this).children(".body").slideDown();
          	$(this).addClass("active")
          	$(this).children(".head").children("span").removeClass("fa-angle-up").addClass("fa-angle-down")
          })
    
           $(".nav ul li a, .go-down").click(function(event){
             if(this.hash !== ""){
    
                  event.preventDefault();
    
                  var hash=this.hash; 
    
                  $('html,body').animate({
                    scrollTop:$(hash).offset().top
                  },800 , function(){
                     window.location.hash=hash;
                  });
    
                  // add active class in navigation
                  $(".nav ul li a").removeClass("active")
                  $(this).addClass("active")
             }
          })
    })
    
    </script>
      <script src="assets/js/wow.min.js"></script>
    <script>
        wow = new WOW(
          {
            animateClass: 'animated',
            offset:       0,
          }
        );
        wow.init();
      </script>
    </body>
    </html>

    Friends in the end must run ng serve command into your terminal to run the angular 16 project.

    Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

    Note: Friends, In this post, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad because with your views, I will make my next posts more good and helpful.

    Jassa

    Thanks

  • Angular 16 Cosmetic Ecommerce Store Free Website Template Working Demo

    Angular 16 Cosmetic Ecommerce Store Free Website Template Working Demo

    Hello friends, welcome back to my blog. Today this blog post will tell you Angular 16 Cosmetic Ecommerce Store Free Website Template Working Demo.

    Live Demo
    Angular 16 Cosmetic Ecommerce Store Free Website Template Working Demo
    Angular 16 Cosmetic Ecommerce Store Free Website Template Working Demo

    Angular 16 and Bootstrap 5 came and if you are new then you must check below two links:

    1. Angular16 Basic Tutorials
    2. Bootstrap 5
    3. Ecommerce Angular Templates

    Friends now I proceed onwards and here is the working code snippet and please use carefully this to avoid the mistakes:

    1. Firstly friends we need fresh angular 16 setup and for this we need to run below commands but if you already have angular 16 setup then you can avoid below commands. Secondly we should also have latest node version installed on our system:

    npm install -g @angular/cli 
    
    ng new angulardemo//Create new Angular Project 
    
    cd angulardemo // Go inside the Angular Project Folder

    2. Now friends we just need to add below code into angulardemo/src/app/app.component.html file to get final out on the web browser:

      <!-- NAV -->
      <div class="nav-wrapper">
        <div class="container-fluid">
            <div class="nav">
                <a href="#" class="logo">
                    <img src="assets//images/logo.png" alt="">
                </a>
                <ul class="nav-menu menu-main">
                    <li><a href="#">home</a></li>
                    <li><a href="#">shop</a></li>
                    <li><a href="#">product</a></li>
                    <li><a href="#">blog</a></li>
                    <li><a href="#">about us</a></li>
                </ul>
                <ul class="nav-menu">
                    <li>
                        <a href="#"><i class='bx bx-search'></i></a>
                    </li>
                    <li>
                        <a href="#"><i class='bx bx-shopping-bag'></i></a>
                    </li>
                    <li>
                        <a href="#"><i class='bx bx-user'></i></a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
    <!-- END NAV -->
    
    <!-- HERO SECTION -->
    <div class="hero-section">
        <div class="row">
            <div class="col-4">
                <div class="slide-info-wrapper">
                    <!-- SLIDE INFO -->
                    <div class="slide-info active">
                        <div class="slide-name">
                            <h3 class="top-down delay-2">
                                Louboutin Velvet Matte
                            </h3>
                        </div>
                        <div class="slide-description">
                            <p class="top-down delay-4">
                                Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi adipisci vitae iusto atque quo optio voluptas corrupti, maxime totam facilis veniam rerum sapiente dolor. Deserunt amet quisquam dignissimos obcaecati mollitia.
                            </p>
                        </div>
                        <div class="slide-action">
                            <a href="#" class="btn btn-lg top-down delay-6">
                                shop now
                            </a>
                        </div>
                    </div>
                    <!-- END SLIDE INFO -->
                    <!-- SLIDE INFO -->
                    <div class="slide-info">
                        <div class="slide-name">
                            <h3 class="top-down delay-2">
                                Tom Ford RUBY RUSH
                            </h3>
                        </div>
                        <div class="slide-description">
                            <p class="top-down delay-4">
                                Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi adipisci vitae iusto atque quo optio voluptas corrupti, maxime totam facilis veniam rerum sapiente dolor. Deserunt amet quisquam dignissimos obcaecati mollitia.
                            </p>
                        </div>
                        <div class="slide-action">
                            <a href="#" class="btn btn-lg top-down delay-6">
                                shop now
                            </a>
                        </div>
                    </div>
                    <!-- END SLIDE INFO -->
                    <!-- SLIDE INFO -->
                    <div class="slide-info">
                        <div class="slide-name">
                            <h3 class="top-down delay-2">
                                Gucci 505 Janet Rust
                            </h3>
                        </div>
                        <div class="slide-description">
                            <p class="top-down delay-4">
                                Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi adipisci vitae iusto atque quo optio voluptas corrupti, maxime totam facilis veniam rerum sapiente dolor. Deserunt amet quisquam dignissimos obcaecati mollitia.
                            </p>
                        </div>
                        <div class="slide-action">
                            <a href="#" class="btn btn-lg top-down delay-6">
                                shop now
                            </a>
                        </div>
                    </div>
                    <!-- END SLIDE INFO -->
                </div>
    
            </div>
            <div class="col-8 slide-img-col">
                <div class="slide-img-wrapper">
                    <div class="slide-img" id="slide-img">
                        <img src="assets/images/products/christianlouboutin-rougelouboutin-velvet-matte-2.png" alt="">
                        <img src="assets/images/products/Tom-Ford-RUBY-RUSH.png" alt="">
                        <img src="assets/images/products/son-gucci-505-Janet-Rust-Mat-Lipstick.png" alt="">
                    </div>
                </div>
                <div class="hero-slide-toggle">
                    <div class="hero-slide-toggle-prev" id="hero-slide-toggle-prev">
                        <i class='bx bx-left-arrow-alt'></i>
                    </div>
                    <div class="hero-slide-index" id="hero-slide-index">
                        1/3
                    </div>
                    <div class="hero-slide-toggle-next" id="hero-slide-toggle-next">
                        <i class='bx bx-right-arrow-alt'></i>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- END HERO SECTION -->
    
    <!-- BANNER SECTION -->
    <div class="section">
        <div class="container-fluid">
            <div class="row">
                <div class="col-4">
                    <div class="banner">
                        <div class="banner-bg" style="background-image: url(assets//images/banner/andriyko-podilnyk-F4AMM1293ag-unsplash.jpg);"></div>
                        <div class="banner-overlay"></div>
                        <div class="banner-text">
                            <h3>summer collection</h3>
                            <a href="#" class="btn">
                                shop now
                            </a>
                        </div>
                    </div>
                </div>
                <div class="col-3">
                    <div class="banner">
                        <div class="banner-bg" style="background-image: url(assets//images/banner/marek-studzinski-mzstXkKH8DI-unsplash.jpg);"></div>
                        <div class="banner-overlay"></div>
                        <div class="banner-text">
                            <h3>tom ford collection</h3>
                            <a href="#" class="btn">
                                shop now
                            </a>
                        </div>
                    </div>
                </div>
                <div class="col-5">
                    <div class="banner">
                        <div class="banner-bg" style="background-image: url(assets//images/banner/andrey-zvyagintsev-XM8OXHhzOsU-unsplash.jpg);"></div>
                        <div class="banner-overlay"></div>
                        <div class="banner-text">
                            <h3>marvelous super collection</h3>
                            <a href="#" class="btn">
                                shop now
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- END BANNER SECTION -->
    
    <!-- NEW ARRIVAL SECTION -->
    <div class="section">
        <div class="section-header">
            <span class="main-color">n</span>ew arrivals
        </div>
        <div class="container-fluid">
            <div class="products-slide">
                <div class="glide">
                    <div class="glide__track" data-glide-el="track">
                        <ul class="glide__slides">
                            <li class="glide__slide">
                                <div class="product">
                                    <div class="product-img" data-img-1="assets/images/products/Tom-Ford-RUBY-RUSH.png" data-img-2="assets/images/products/Tom-Ford-RUBY-RUSH-2.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <a href="#" class="product-info">
                                        <div class="product-brand">
                                            <span>Tom Ford</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            Tom Ford RUBY RUSH
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </a>
                                </div>
                            </li>
                            <li class="glide__slide">
                                <div class="product">
                                    <div class="product-img" data-img-1="assets/images/products/christianlouboutin-rougelouboutin-velvet-matte.png" data-img-2="assets/images/products/christianlouboutin-rougelouboutin-velvet-matte-1.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <div class="product-info">
                                        <div class="product-brand">
                                            <span>Louboutin</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            Rouge Louboutin Velvet Matte
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </div>
                                </div>
                            </li>
                            <li class="glide__slide">
                                <div class="product">
                                    <div class="product-img" data-img-1="assets/images/products/son-gucci-505-Janet-Rust-Mat-Lipstick.png" data-img-2="assets/images/products/son-gucci-505-Janet-Rust-Mat-Lipstick-2.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <div class="product-info">
                                        <div class="product-brand">
                                            <span>GUCCI</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            GUCCI 505 Janet Rust Mat
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </div>
                                </div>
                            </li>
                            <li class="glide__slide">
                                <div class="product">
                                    <div class="product-img" data-img-1="assets/images/products/son-kem-ysl-425.png" data-img-2="assets/images/products/son-kem-ysl-425-2.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <div class="product-info">
                                        <div class="product-brand">
                                            <span>YSL</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            YSL 425
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </div>
                                </div>
                            </li>
                            <li class="glide__slide">
                                <div class="product">
                                    <div class="product-img" data-img-1="assets/images/products/Son-Dior-Rouge-634-Strong-Matte.png" data-img-2="assets/images/products/Son-Dior-Rouge-634-Strong-Matte-2.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <div class="product-info">
                                        <div class="product-brand">
                                            <span>Dior Rouge 634 Strong Matte</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            YSL 425
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </div>
                                </div>
                            </li>
                        </ul>
                    </div>
                    <div class="glide__arrows" data-glide-el="controls">
                        <button class="glide__arrow glide__arrow--left" data-glide-dir="<">
                            <i class='bx bx-chevron-left'></i>
                        </button>
                        <button class="glide__arrow glide__arrow--right" data-glide-dir=">">
                            <i class='bx bx-chevron-right'></i>
                        </button>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- END NEW ARRIVAL SECTION -->
    
    <!-- TOP SELLERS SECTION -->
    <div class="section">
        <div class="section-header">
            <span class="main-color">t</span>op sellers
        </div>
        <div class="container-fluid">
            <div class="products-slide">
                <div class="glide">
                    <div class="glide__track" data-glide-el="track">
                        <ul class="glide__slides">
    
                            <li class="glide__slide">
                                <div class="product">
                                    <div class="product-img" data-img-1="assets/images/products/son-kem-ysl-425.png" data-img-2="assets/images/products/son-kem-ysl-425-2.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <div class="product-info">
                                        <div class="product-brand">
                                            <span>YSL</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            YSL 425
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </div>
                                </div>
                            </li>
                            <li class="glide__slide">
                                <div class="product">
                                    <div class="product-img" data-img-1="assets/images/products/christianlouboutin-rougelouboutin-velvet-matte.png" data-img-2="assets/images/products/christianlouboutin-rougelouboutin-velvet-matte-1.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <div class="product-info">
                                        <div class="product-brand">
                                            <span>Louboutin</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            Rouge Louboutin Velvet Matte
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </div>
                                </div>
                            </li>
                            <li class="glide__slide">
                                <div class="product">
                                    <!-- <a href="" style="display: inline-block;"> -->
                                    <div class="product-img" data-img-1="assets/images/products/Tom-Ford-RUBY-RUSH.png" data-img-2="assets/images/products/Tom-Ford-RUBY-RUSH-2.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <!-- </a> -->
                                    <a href="#" class="product-info">
                                        <div class="product-brand">
                                            <span>Tom Ford</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            Tom Ford RUBY RUSH
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </a>
                                </div>
                            </li>
                            <li class="glide__slide">
                                <div class="product">
                                    <div class="product-img" data-img-1="assets/images/products/son-gucci-505-Janet-Rust-Mat-Lipstick.png" data-img-2="assets/images/products/son-gucci-505-Janet-Rust-Mat-Lipstick-2.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <div class="product-info">
                                        <div class="product-brand">
                                            <span>GUCCI</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            GUCCI 505 Janet Rust Mat
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </div>
                                </div>
                            </li>
                        </ul>
                    </div>
                    <div class="glide__arrows" data-glide-el="controls">
                        <button class="glide__arrow glide__arrow--left" data-glide-dir="<">
                            <i class='bx bx-chevron-left'></i>
                        </button>
                        <button class="glide__arrow glide__arrow--right" data-glide-dir=">">
                            <i class='bx bx-chevron-right'></i>
                        </button>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- END TOP SELLERS SECTION -->
    
    <!-- SPECIAL SECTION -->
    <div class="section-special bg-fixed" style="background-image: url(assets//images/banner/laura-chouette-uedyzm50WTQ-unsplash.jpg);">
        <div class="row">
            <div class="col-6"></div>
            <div class="col-6 bg-main">
                <div class="special-product">
                    <span>spring collection</span>
                    <h2>changing <span class="main-color">the</span> ideal of <span class="main-color">beauty</span></h2>
                    <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequuntur voluptate, fugit deserunt eos eligendi tempora, quaerat, accusantium est quibusdam accusamus ad illo similique tenetur nam quidem reprehenderit culpa explicabo quisquam.</p>
                    <a href="#" class="btn btn-lg">shop now</a>
                    <div class="special-product-img" style="background-image: url(assets//images/banner/johanne-kristensen-1A5hSvPZjMc-unsplash.jpg);"></div>
                </div>
            </div>
        </div>
    </div>
    <!-- END SPECIAL SECTION -->
    
    <!-- NEW TREND SECTION -->
    <div class="section">
        <div class="section-header">
            <span class="main-color">n</span>ew trends
        </div>
        <div class="container-fluid">
            <div class="products-slide">
                <div class="glide">
                    <div class="glide__track" data-glide-el="track">
                        <ul class="glide__slides">
                            <li class="glide__slide">
                                <div class="product">
                                    <!-- <a href="" style="display: inline-block;"> -->
                                    <div class="product-img" data-img-1="assets/images/products/Tom-Ford-RUBY-RUSH.png" data-img-2="assets/images/products/Tom-Ford-RUBY-RUSH-2.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <!-- </a> -->
                                    <a href="#" class="product-info">
                                        <div class="product-brand">
                                            <span>Tom Ford</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            Tom Ford RUBY RUSH
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </a>
                                </div>
                            </li>
                            <li class="glide__slide">
                                <div class="product">
                                    <div class="product-img" data-img-1="assets/images/products/son-gucci-505-Janet-Rust-Mat-Lipstick.png" data-img-2="assets/images/products/son-gucci-505-Janet-Rust-Mat-Lipstick-2.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <div class="product-info">
                                        <div class="product-brand">
                                            <span>GUCCI</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            GUCCI 505 Janet Rust Mat
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </div>
                                </div>
                            </li>
                            <li class="glide__slide">
                                <div class="product">
                                    <div class="product-img" data-img-1="assets/images/products/son-kem-ysl-425.png" data-img-2="assets/images/products/son-kem-ysl-425-2.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <div class="product-info">
                                        <div class="product-brand">
                                            <span>YSL</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            YSL 425
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </div>
                                </div>
                            </li>
                            <li class="glide__slide">
                                <div class="product">
                                    <div class="product-img" data-img-1="assets/images/products/christianlouboutin-rougelouboutin-velvet-matte.png" data-img-2="assets/images/products/christianlouboutin-rougelouboutin-velvet-matte-1.png">
                                        <div class="product-action">
                                            <a href="" class="btn">
                                                add to cart
                                            </a>
                                            <a href="" class="btn">
                                                view detail
                                            </a>
                                        </div>
                                    </div>
                                    <div class="product-info">
                                        <div class="product-brand">
                                            <span>Louboutin</span>
                                            <div class="rating">
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star'></i>
                                                <i class='bx bxs-star-half'></i>
                                            </div>
                                        </div>
                                        <div class="product-name">
                                            Rouge Louboutin Velvet Matte
                                        </div>
                                        <div class="product-price">
                                            <del>$130.00</del> <span class="main-color">$125.00</span>
                                        </div>
                                    </div>
                                </div>
                            </li>
                        </ul>
                    </div>
                    <div class="glide__arrows" data-glide-el="controls">
                        <button class="glide__arrow glide__arrow--left" data-glide-dir="<">
                            <i class='bx bx-chevron-left'></i>
                        </button>
                        <button class="glide__arrow glide__arrow--right" data-glide-dir=">">
                            <i class='bx bx-chevron-right'></i>
                        </button>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- END NEW TREND SECTION -->
    
    <!-- GALLERY SECTION -->
    <div class="section">
        <div class="section-header">
            <a href="#">
                <img src="assets//images/logo.png" alt="" class="medium-logo">
            </a>
        </div>
        <div class="gallery-slide">
            <div class="glide__track" data-glide-el="track">
                <ul class="glide__slides">
                    <li class="glide__slide">
                        <a href="#" class="gallery-img">
                            <div class="img-holder" style="background-image: url(assets//images/banner/andrey-zvyagintsev-XM8OXHhzOsU-unsplash.jpg);"></div>
                            <div class="banner-overlay"></div>
                            <i class='bx bxl-instagram'></i>
                        </a>
                    </li>
                    <li class="glide__slide">
                        <a href="#" class="gallery-img">
                            <div class="img-holder" style="background-image: url(assets//images/banner/andriyko-podilnyk-F4AMM1293ag-unsplash.jpg);"></div>
                            <div class="banner-overlay"></div>
                            <i class='bx bxl-instagram'></i>
                        </a>
                    </li>
                    <li class="glide__slide">
                        <a href="#" class="gallery-img">
                            <div class="img-holder" style="background-image: url(assets//images/banner/johanne-kristensen-1A5hSvPZjMc-unsplash.jpg);"></div>
                            <div class="banner-overlay"></div>
                            <i class='bx bxl-instagram'></i>
                        </a>
                    </li>
                    <li class="glide__slide">
                        <a href="#" class="gallery-img">
                            <div class="img-holder" style="background-image: url(assets//images/banner/kadian-hall-k7ptCKVdDXE-unsplash.jpg);"></div>
                            <div class="banner-overlay"></div>
                            <i class='bx bxl-instagram'></i>
                        </a>
                    </li>
                    <li class="glide__slide">
                        <a href="#" class="gallery-img">
                            <div class="img-holder" style="background-image: url(assets//images/banner/kadian-hall-QixHMdu4THc-unsplash.jpg);"></div>
                            <div class="banner-overlay"></div>
                            <i class='bx bxl-instagram'></i>
                        </a>
                    </li>
                    <li class="glide__slide">
                        <a href="#" class="gallery-img">
                            <div class="img-holder" style="background-image: url(assets//images/banner/laura-chouette-uedyzm50WTQ-unsplash.jpg);"></div>
                            <div class="banner-overlay"></div>
                            <i class='bx bxl-instagram'></i>
                        </a>
                    </li>
                    <li class="glide__slide">
                        <a href="#" class="gallery-img">
                            <div class="img-holder" style="background-image: url(assets//images/banner/marek-studzinski-mzstXkKH8DI-unsplash.jpg);"></div>
                            <div class="banner-overlay"></div>
                            <i class='bx bxl-instagram'></i>
                        </a>
                    </li>
                    <li class="glide__slide">
                        <a href="#" class="gallery-img">
                            <div class="img-holder" style="background-image: url(assets//images/banner/laura-chouette-uedyzm50WTQ-unsplash.jpg);"></div>
                            <div class="banner-overlay"></div>
                            <i class='bx bxl-instagram'></i>
                        </a>
                    </li>
                    <li class="glide__slide">
                        <a href="#" class="gallery-img">
                            <div class="img-holder" style="background-image: url(assets//images/banner/kadian-hall-k7ptCKVdDXE-unsplash.jpg);"></div>
                            <div class="banner-overlay"></div>
                            <i class='bx bxl-instagram'></i>
                        </a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
    <!-- END GALLERY SECTION -->
    
    <!-- FOOTER -->
    <footer class="section">
        <div class="container-fluid">
            <div class="row">
                <div class="col-3">
                    <div class="footer-content">
                        <a href="#" class="logo">
                            <img src="assets//images/logo.png" alt="">
                        </a>
                        <p class="text-gray">
                            Lorem ipsum dolor sit, amet consectetur adipisicing elit. Distinctio, doloribus sit deleniti asperiores officiis odit animi, labore laboriosam sunt deserunt dolores molestias accusantium eius fugiat adipisci et repellendus nihil neque.
                        </p>
                        <p>
                            47 Street, Vung Tau City, BR-VT
                        </p>
                        <p>
                            solstore@mail.com
                        </p>
                        <div class="social-list">
                            <a href="#"><i class='bx bxl-facebook'></i></a>
                            <a href="#"><i class='bx bxl-twitter'></i></a>
                            <a href="#"><i class='bx bxl-instagram'></i></a>
                        </div>
                    </div>
                </div>
                <div class="col-3">
                    <div class="footer-content">
                        <div class="footer-content-header">
                            categories
                        </div>
                        <ul>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                        </ul>
                    </div>
                </div>
                <div class="col-3">
                    <div class="footer-content">
                        <div class="footer-content-header">
                            categories
                        </div>
                        <ul>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                        </ul>
                    </div>
                </div>
                <div class="col-3">
                    <div class="footer-content">
                        <div class="footer-content-header">
                            categories
                        </div>
                        <ul>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                            <li>
                                <a href="#">categories</a>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </footer>
    <!-- END FOOTER -->
    
    <!-- COPYRIGHT -->
    <div class="copyright">
        2023 SolStore Cosmetic - <a href="https://www.youtube.com/therichpost" target="_blank">therichpost</a>
    </div>
    <!-- END COPYRIGHT -->

    3. Guys here is git repo link and put css,  js and images inside scr/assets folder:

    Git Repo

    4. Guys please add below code inside scr/index.html file:

    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8">
      <title>Cosmetic Store</title>
      <base href="/">
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <link rel="icon" type="image/x-icon" href="favicon.ico">
       <!-- GOOGLE FONT -->
       <link rel="preconnect" href="https://fonts.gstatic.com">
       <link href="https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
       <!-- BOXICONS -->
       <link href='https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css' rel='stylesheet'>
       <!-- GLIDEJS -->
       <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Glide.js/3.4.1/css/glide.core.min.css">
       <!-- APP CSS -->
       <link rel="stylesheet" href="assets/css/grid.css">
       <link rel="stylesheet" href="assets/css/app.css">
    </head>
    <body>
      <app-root></app-root>
       <!-- GLIDEJS -->
       <script src="https://cdnjs.cloudflare.com/ajax/libs/Glide.js/3.4.1/glide.min.js"></script>
       <!-- THREEJS -->
       <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r127/three.min.js"></script>
       <!-- GSAP -->
       <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/gsap.min.js"></script>
       <!-- HOVER EFFECT -->
       <script src="assets/js/hover-effect.umd.js"></script>
       <!-- APP JS -->
       <script src="assets/js/app.js"></script>
    </body>
    </html>

    Friends in the end must run ng serve command into your terminal to run the angular 16 project.

    Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

    Note: Friends, In this post, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad because with your views, I will make my next posts more good and helpful.

    Jassa

    Thanks

  • How to work with signals in angular 16?

    How to work with signals in angular 16?

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to work with signals in angular 16?

    Live demo

    Guys if you are new in Angular then please check the below links for some good tutorials:

    1. Angular 16
    How to work with signals in angular 16?
    How to work with signals in angular 16?

    Guys here is the working code snippet and please use it carefully:

    1. Very first guys, here are common basics steps to add angular 16 application on your machine and also we must have latest nodejs version installed for angular 16:

    npm install -g @angular/cli 
    
    ng new angulardemo // Set Angular 16 Application on your pc 
    
    cd angulardemo // Go inside project folder
    
    ng add @angular/material

    2. Now guys we will add below code into our component.ts file:

    here I am using angular material as well

    import { ChangeDetectionStrategy, Component, signal } from '@angular/core';
    import { MatFormFieldModule } from '@angular/material/form-field';
    import { MatInputModule } from '@angular/material/input';
    
    @Component({
      selector: 'app-signal-example3',
      standalone: true,
      templateUrl: './signal-example.component.html',
      styleUrls: ['./signal-example.component.scss'],
      changeDetection: ChangeDetectionStrategy.OnPush,
      imports: [MatFormFieldModule, MatInputModule]
    })
    export default class SignalExampleComponent {
      name = signal('Jassa');
    
      updateName(name: string) {
        this.name.set(name);
      }
    }

    3. Now guys we will add below code into our component.html file for output on web:

    <h2>Example 3 - Update name using the input</h2>
    
    <div>
      <mat-form-field>
        <mat-label>Enter your name</mat-label>
        <input matInput #myName (input)="updateName(myName.value)">
      </mat-form-field>
    
      My Name is: {{ name() }}
    </div>

    Now we are done friends and please run ng serve command to check the output in browser(locahost:4200) and if you have any kind of query then please do comment below.

    Note: Friends, I just tell the basic setup and things, you can change the code according to your requirements. For better understanding please watch video above.

    Jassa

    Thanks

  • Built Ecommerce Website with VueJs

    Built Ecommerce Website with VueJs

    Hello friends, welcome back to my blog. Today this blog post will tell you Built Ecommerce Website with VueJs.

    Guys in this project below things have been used:

    1. Vue 3(vuejs)
    2. Vuex
    3. vue-awesome-paginate
    4. axios
    Live Demo

    Guys if you are new in Vue then please check the below links:

    1. Vuejs
    2. Ecommerce Vue Templates
    Built Ecommerce Website with VueJs
    Built Ecommerce Website with VueJs
    Vue 3 Ecommerce Website Shop Page
    Vue 3 Ecommerce Website Shop Page
    Vue 3 Ecommerce Website Checkout Page
    Vue 3 Ecommerce Website Checkout Page
    Vue 3 Ecommerce Website Cart Page
    Vue 3 Ecommerce Website Cart Page
    Vue 3 Ecommerce Website Login Page
    Vue 3 Ecommerce Website Login Page
    Vue 3 Ecommerce Website Sign Up Page
    Vue 3 Ecommerce Website Sign Up Page
    Vue 3 Ecommerce Website Admin Dashboard Page
    Vue 3 Ecommerce Website Admin Dashboard Page

    Guys here is the git repo link:

    Git Repo

    Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

    Note: Friends, In this post, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad because with your views, I will make my next posts more good and helpful.

    Jassa

    Thanks

  • Angular Free Ecommerce Website Project Fully Functional

    Angular Free Ecommerce Website Project Fully Functional

    Hello friends, welcome back to my blog. Today this blog post will tell you Angular Free Ecommerce Website Project Fully Functional.

    Guys in this angular ecommerce project I have used angular material, google pay, routing is also working perfect, rxjs etc.

    Live Demo

    Angular 16 and Bootstrap 5 came and if you are new then you must check below two links:

    1. Angular16 Basic Tutorials
    2. Bootstrap 5
    3. Ecommerce Angular Templates
    Angular Free Ecommerce Website Project Fully Functional
    Angular Free Ecommerce Website Project Fully Functional
    Angular Free Ecommerce Website Products Page
    Angular Free Ecommerce Website Products Page
    Angular Free Ecommerce Website Cart Page
    Angular Free Ecommerce Website Cart Page
    Angular Free Ecommerce Website Login Page
    Angular Free Ecommerce Website Login Page

    Guys here is the git repo link and please follow this:

    Git Repo Link

    Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

    Note: Friends, In this post, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad because with your views, I will make my next posts more good and helpful.

    Jassa

    Thanks

  • Fully Functional Ecommerce Application Project in Reactjs

    Fully Functional Ecommerce Application Project in Reactjs

    Hello friends, welcome back to my blog. Today this blog post will tell you Fully Functional Ecommerce Application Project in Reactjs.

    Live Demo

    For React new comers, please check the below link:

    1. Reactjs Basic Tutorials
    Fully Functional Ecommerce Application Project in Reactjs
    Fully Functional Ecommerce Application Project in Reactjs
    React Ecommerce Apllication cart page
    React Ecommerce Apllication cart page
    React Ecommerce Apllication Checkout page
    React Ecommerce Apllication Checkout page

    Guys here is the git repo link and please follow this:

    Git Repo Link

    Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

    Note: Friends, In this post, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad because with your views, I will make my next posts more good and helpful.

    Jassa

    Thanks

  • Data Sharing Between Angular 16 Components

    Data Sharing Between Angular 16 Components

    Hello friends, welcome back to my blog. Today this blog post will tell you Data Sharing Between Angular 16 Components.

    https://youtu.be/_kUUanFWmi0

    Angular 16 and Bootstrap 5 came and if you are new then you must check below two links:

    1. Angular16 Basic Tutorials
    2. Bootstrap 5
    3. Ecommerce Angular Templates
    Data Sharing Between Angular 16 Components
    Data Sharing Between Angular 16 Components

    Guys here is the git repo link and please follow this:

    Git Repo

    Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

    Note: Friends, In this post, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad because with your views, I will make my next posts more good and helpful.

    Jassa

    Thanks

  • Angular 16 CRUD Using Json Server

    Angular 16 CRUD Using Json Server

    Hello friends, welcome back to my blog. Today this blog post will tell you Angular 16 CRUD Using Json Server.

    Live Demo

    Angular 16 and Bootstrap 5 came and if you are new then you must check below two links:

    1. Angular16 Basic Tutorials
    2. Bootstrap 5
    3. Ecommerce Angular Templates
    Angular 16 CRUD Using Json Server
    Angular 16 CRUD Using Json Server
    Angular 16 CRUD Using Json Server Employee View in POPUP
    Angular 16 CRUD Using Json Server Employee Update Section
    Angular 16 CRUD Using Json Server Employee Create Section
    Angular 16 CRUD Using Json Server Employee Create Section

    Guys here is the git repo link and please follow this:

    Git Repo Link

    Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

    Note: Friends, In this post, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad because with your views, I will make my next posts more good and helpful.

    Jassa

    Thanks

  • Reactjs Real Estate Website Template with Source Code

    Reactjs Real Estate Website Template with Source Code

    Hello friends, welcome back to my blog. Today in this blog post, I am going to show you, Reactjs Real Estate Website Template with Source Code.

    Live Demo
    Reactjs Real Estate Website Template with Source Code
    Reactjs Real Estate Website Template with Source Code

    For React and bootstrap 5 new comers, please check the below link:

    Reactjs Basic Tutorials

    Friends now I proceed onwards and here is the working code snippet for react ecommerce template free and please use this carefully to avoid the mistakes:

    1. Firstly, we need fresh reactjs setup and for that, we need to run below commands into out terminal and also we should have latest node version installed on our system:

    npx create-react-app reactdemo
    
    cd reactdemo

    2. Finally for the main output, we need to add below code into our reactdemo/src/App.js file:

    function App() {
     return (
      <div className="App">
        
      
    
        
          <div class="header-wrap">
            <header>
              <div class="container">
                
                <div class="logo">
                  <a href="#">
                    <img src="assets/images/logo.svg" alt="Real Estate" />
                  </a>
                </div>
               
                <button class="menu-toggle">
                  <i class="ri-menu-fill bar-icon"></i>
                  <i class="ri-close-fill close-icon"></i>
                </button>
                <div class="header-right">
                  
                  <div class="menu">
                    <ul>
                      <li><a href="#">Home</a></li>
                      <li><a href="#">Properties</a></li>
                      <li><a href="#">Agents</a></li>
                      <li><a href="#">Blog</a></li>
                    </ul>
                  </div>
                
                  <div class="cta">
                    <a href="#" class="btn btn-outline-primary">Log in</a>
                  </div>
                 
                </div>
              </div>
            </header>
          </div>
       
    
          <div class="banner-wrap">
            <div class="container">
              <div class="banner-box">
               
                <div class="banner-box__img">
                  <img
                    src="assets/images/banner-image.jpg"
                    width="1300"
                    height="634"
                    alt=""
                  />
                </div>
               
                <div class="banner-box__content">
                  <h1 class="banner-box__title h1">
                    Easy way to find a perfect property
                  </h1>
                  <div class="banner-box__txt text-ex-large">
                    We provide a complete service for the sale, purchase or rental of
                    real estate.
                  </div>
                </div>
                
                <div class="banner-tab-wrap">
                  
                  <ul class="nav" role="tablist">
                    <li class="nav-item" role="presentation">
                      <button
                        class="tab-item active"
                        data-bs-toggle="pill"
                        data-bs-target="#rent"
                        type="button"
                        role="tab"
                        aria-selected="true"
                      >
                        Rent
                      </button>
                    </li>
                    <li class="nav-item" role="presentation">
                      <button
                        class="tab-item"
                        data-bs-toggle="pill"
                        data-bs-target="#buy"
                        type="button"
                        role="tab"
                        aria-selected="false"
                      >
                        Buy
                      </button>
                    </li>
                    <li class="nav-item" role="presentation">
                      <button
                        class="tab-item"
                        data-bs-toggle="pill"
                        data-bs-target="#sell"
                        type="button"
                        role="tab"
                        aria-selected="false"
                      >
                        Sell
                      </button>
                    </li>
                  </ul>
                  
                  <div class="tab-content" id="pills-tabContent">
                    <div class="tab-pane fade show active" id="rent" role="tabpanel">
                      <form class="form-wrap">
                        <div class="row align-items-end">
                          <div class="col-md-10">
                            <div class="row">
                              <div class="col-md-6 col-lg-4">
                                <div class="form-group mb-lg-0">
                                  <label class="form-label">Location</label>
                                  <select class="form-control">
                                    <option>Select Your City</option>
                                    <option>Amsterdam</option>
                                    <option>Barcelona</option>
                                    <option>Beijing</option>
                                    <option>Beirut</option>
                                    <option>Bergen</option>
                                    <option>Copenhagen</option>
                                    <option>Doha</option>
                                  </select>
                                </div>
                              </div>
                              <div class="col-md-6 col-lg-4">
                                <div class="form-group mb-lg-0">
                                  <label class="form-label">Property Type</label>
                                  <select class="form-control">
                                    <option>Choose Property Type</option>
                                    <option>Residential Apartment</option>
                                    <option>Independent/Builder Floor</option>
                                    <option>Independent House/Villa</option>
                                    <option>Residential Land</option>
                                    <option>1 RK/ Studio Apartment</option>
                                    <option>Farm House</option>
                                    <option>Serviced Apartments</option>
                                  </select>
                                </div>
                              </div>
                              <div class="col-md-6 col-lg-4">
                                <div class="form-group mb-md-0">
                                  <label class="form-label">Price Range</label>
                                  <select class="form-control">
                                    <option>Choose Price Range</option>
                                    <option>$0-1000</option>
                                    <option>$1000-$2000</option>
                                    <option>$2000-$3000</option>
                                    <option>$3000-$4000</option>
                                    <option>$4000-$5000</option>
                                  </select>
                                </div>
                              </div>
                            </div>
                          </div>
                          <div class="col-md-2 d-md-flex">
                            <button class="btn btn-primary btn-icon ms-auto">
                              <i class="ri-search-2-line"></i>
                            </button>
                          </div>
                        </div>
                      </form>
                    </div>
                    <div class="tab-pane fade" id="buy" role="tabpanel">
                      <form class="form-wrap">
                        <div class="row align-items-end">
                          <div class="col-md-10">
                            <div class="row">
                              <div class="col-md-6 col-lg-4">
                                <div class="form-group mb-lg-0">
                                  <label class="form-label">Location</label>
                                  <select class="form-control">
                                    <option>Select Your City</option>
                                    <option>Amsterdam</option>
                                    <option>Barcelona</option>
                                    <option>Beijing</option>
                                    <option>Beirut</option>
                                    <option>Bergen</option>
                                    <option>Copenhagen</option>
                                    <option>Doha</option>
                                  </select>
                                </div>
                              </div>
                              <div class="col-md-6 col-lg-4">
                                <div class="form-group mb-lg-0">
                                  <label class="form-label">Property Type</label>
                                  <select class="form-control">
                                    <option>Choose Property Type</option>
                                    <option>Residential Apartment</option>
                                    <option>Independent/Builder Floor</option>
                                    <option>Independent House/Villa</option>
                                    <option>Residential Land</option>
                                    <option>1 RK/ Studio Apartment</option>
                                    <option>Farm House</option>
                                    <option>Serviced Apartments</option>
                                  </select>
                                </div>
                              </div>
                              <div class="col-md-6 col-lg-4">
                                <div class="form-group mb-md-0">
                                  <label class="form-label">Price Range</label>
                                  <select class="form-control">
                                    <option>Choose Price Range</option>
                                    <option>$0-1000</option>
                                    <option>$1000-$2000</option>
                                    <option>$2000-$3000</option>
                                    <option>$3000-$4000</option>
                                    <option>$4000-$5000</option>
                                  </select>
                                </div>
                              </div>
                            </div>
                          </div>
                          <div class="col-md-2 d-md-flex">
                            <button class="btn btn-primary btn-icon ms-auto">
                              <i class="ri-search-2-line"></i>
                            </button>
                          </div>
                        </div>
                      </form>
                    </div>
                    <div class="tab-pane fade" id="sell" role="tabpanel">
                      <form class="form-wrap">
                        <div class="row align-items-end">
                          <div class="col-md-10">
                            <div class="row">
                              <div class="col-md-6 col-lg-4">
                                <div class="form-group mb-lg-0">
                                  <label class="form-label">Location</label>
                                  <select class="form-control">
                                    <option>Select Your City</option>
                                    <option>Amsterdam</option>
                                    <option>Barcelona</option>
                                    <option>Beijing</option>
                                    <option>Beirut</option>
                                    <option>Bergen</option>
                                    <option>Copenhagen</option>
                                    <option>Doha</option>
                                  </select>
                                </div>
                              </div>
                              <div class="col-md-6 col-lg-4">
                                <div class="form-group mb-lg-0">
                                  <label class="form-label">Property Type</label>
                                  <select class="form-control">
                                    <option>Choose Property Type</option>
                                    <option>Residential Apartment</option>
                                    <option>Independent/Builder Floor</option>
                                    <option>Independent House/Villa</option>
                                    <option>Residential Land</option>
                                    <option>1 RK/ Studio Apartment</option>
                                    <option>Farm House</option>
                                    <option>Serviced Apartments</option>
                                  </select>
                                </div>
                              </div>
                              <div class="col-md-6 col-lg-4">
                                <div class="form-group mb-md-0">
                                  <label class="form-label">Price Range</label>
                                  <select class="form-control">
                                    <option>Choose Price Range</option>
                                    <option>$0-1000</option>
                                    <option>$1000-$2000</option>
                                    <option>$2000-$3000</option>
                                    <option>$3000-$4000</option>
                                    <option>$4000-$5000</option>
                                  </select>
                                </div>
                              </div>
                            </div>
                          </div>
                          <div class="col-md-2 d-md-flex">
                            <button class="btn btn-primary btn-icon ms-auto">
                              <i class="ri-search-2-line"></i>
                            </button>
                          </div>
                        </div>
                      </form>
                    </div>
                  </div>
                  
                </div>
               
              </div>
            </div>
          </div>
    
          <div class="countries-wrap">
           
            <div class="container">
              <div class="countries-wrap__title">
                <div class="row justify-content-center">
                  <div class="col-xl-5 col-lg-7 col-md-10">
                    <h2 class="h2 text-center">
                      We are available in many well-known countries
                    </h2>
                  </div>
                </div>
              </div>
              <div class="countries-list">
               
                <ul class="row">
                  <li class="col-lg-3 col-md-6 col-sm-6">
                    <div class="countries-box">
                      <div class="countries-box__title">America</div>
                      <div class="countries-box__img">
                        <img src="assets/images/countrie-img-1.jpg" alt="" />
                      </div>
                    </div>
                  </li>
                  <li class="col-lg-3 col-md-6 col-sm-6">
                    <div class="countries-box">
                      <div class="countries-box__title">Spain</div>
                      <div class="countries-box__img">
                        <img src="assets/images/countrie-img-2.jpg" alt="" />
                      </div>
                    </div>
                  </li>
                  <li class="col-lg-3 col-md-6 col-sm-6">
                    <div class="countries-box">
                      <div class="countries-box__title">London</div>
                      <div class="countries-box__img">
                        <img src="assets/images/countrie-img-3.jpg" alt="" />
                      </div>
                    </div>
                  </li>
                  <li class="col-lg-3 col-md-6 col-sm-6">
                    <div class="countries-box">
                      <div class="countries-box__title">France</div>
                      <div class="countries-box__img">
                        <img src="assets/images/countrie-img-4.jpg" alt="" />
                      </div>
                    </div>
                  </li>
                </ul>
                
              </div>
            </div>
          </div>
         
    
          <div class="recently-added-wrap">
            <div class="container">
              <div
                class="recently-added-wrap__title d-md-flex justify-content-between"
              >
                <h2 class="h2">Recently Added</h2>
                <div class="cta">
                  <a href="#" class="btn btn-link">See all</a>
                </div>
              </div>
    
              <div class="property-list">
                <ul class="row">
                  <li class="col-md-6">
                    <div class="property-box">
                      <div class="property-box__left">
                        <img src="https://picsum.photos/id/163/158/200" alt="" />
                      </div>
                      <div class="property-box__right">
                        <div class="property-box__title h3">
                          <a href="#">103/143 West Street, Crows Nest</a>
                        </div>
                        <div class="property-box__amenities">
                          <span>10 Bedroom</span>
                          <span>150 M</span>
                          <span>2 Garage</span>
                        </div>
                        <div class="property-box__post-price">
                          <div class="property-box__post-by">
                            Posted by <a href="#">X Builder</a>
                          </div>
                          <div class="property-box__price">
                            <span class="badge">$45,545</span>
                          </div>
                        </div>
                      </div>
                    </div>
                  </li>
                  <li class="col-md-6">
                    <div class="property-box">
                      <div class="property-box__left">
                        <img src="https://picsum.photos/id/174/158/200" alt="" />
                      </div>
                      <div class="property-box__right">
                        <div class="property-box__title h3">
                          <a href="#">103/143 West Street, India</a>
                        </div>
                        <div class="property-box__amenities">
                          <span>10 Bedroom</span>
                          <span>150 M</span>
                          <span>2 Garage</span>
                        </div>
                        <div class="property-box__post-price">
                          <div class="property-box__post-by">
                            Posted by <a href="#">X Builder</a>
                          </div>
                          <div class="property-box__price">
                            <span class="badge">$45,545</span>
                          </div>
                        </div>
                      </div>
                    </div>
                  </li>
                  <li class="col-md-6">
                    <div class="property-box">
                      <div class="property-box__left">
                        <img src="https://picsum.photos/id/164/158/200" alt="" />
                      </div>
                      <div class="property-box__right">
                        <div class="property-box__title h3">
                          <a href="#">103/143 West Street, Crows Nest</a>
                        </div>
                        <div class="property-box__amenities">
                          <span>10 Bedroom</span>
                          <span>150 M</span>
                          <span>2 Garage</span>
                        </div>
                        <div class="property-box__post-price">
                          <div class="property-box__post-by">
                            Posted by <a href="#">X Builder</a>
                          </div>
                          <div class="property-box__price">
                            <span class="badge">$45,545</span>
                          </div>
                        </div>
                      </div>
                    </div>
                  </li>
                  <li class="col-md-6">
                    <div class="property-box">
                      <div class="property-box__left">
                        <img src="https://picsum.photos/id/220/158/200" alt="" />
                      </div>
                      <div class="property-box__right">
                        <div class="property-box__title h3">
                          <a href="#">103/143 West Street, Crows Nest</a>
                        </div>
                        <div class="property-box__amenities">
                          <span>10 Bedroom</span>
                          <span>150 M</span>
                          <span>2 Garage</span>
                        </div>
                        <div class="property-box__post-price">
                          <div class="property-box__post-by">
                            Posted by <a href="#">X Builder</a>
                          </div>
                          <div class="property-box__price">
                            <span class="badge">$45,545</span>
                          </div>
                        </div>
                      </div>
                    </div>
                  </li>
                  <li class="col-md-6">
                    <div class="property-box">
                      <div class="property-box__left">
                        <img src="https://picsum.photos/id/232/158/200" alt="" />
                      </div>
                      <div class="property-box__right">
                        <div class="property-box__title h3">
                          <a href="#">103/143 West Street, Crows Nest</a>
                        </div>
                        <div class="property-box__amenities">
                          <span>10 Bedroom</span>
                          <span>150 M</span>
                          <span>2 Garage</span>
                        </div>
                        <div class="property-box__post-price">
                          <div class="property-box__post-by">
                            Posted by <a href="#">X Builder</a>
                          </div>
                          <div class="property-box__price">
                            <span class="badge">$45,545</span>
                          </div>
                        </div>
                      </div>
                    </div>
                  </li>
                  <li class="col-md-6">
                    <div class="property-box">
                      <div class="property-box__left">
                        <img src="https://picsum.photos/id/270/158/200" alt="" />
                      </div>
                      <div class="property-box__right">
                        <div class="property-box__title h3">
                          <a href="#">103/143 West Street, Crows Nest</a>
                        </div>
                        <div class="property-box__amenities">
                          <span>10 Bedroom</span>
                          <span>150 M</span>
                          <span>2 Garage</span>
                        </div>
                        <div class="property-box__post-price">
                          <div class="property-box__post-by">
                            Posted by <a href="#">X Builder</a>
                          </div>
                          <div class="property-box__price">
                            <span class="badge">$45,545</span>
                          </div>
                        </div>
                      </div>
                    </div>
                  </li>
                </ul>
              </div>
            </div>
          </div>
    
          <div class="banner-wrap">
            <div class="container">
              <div class="banner-box">
                
                <div class="banner-box__img">
                  <img
                    src="assets/images/banner-image-2.jpg"
                    width="1300"
                    height="482"
                    alt=""
                  />
                </div>
              
                <div class="banner-box__content">
                  <h1 class="banner-box__title h1">Find your best Real Estate</h1>
                  <div class="banner-box__txt text-ex-large">
                    We provide a complete service for the sale, purchase or rental of
                    real estate.
                  </div>
                  <div class="banner-box__cta">
                    <a href="#" class="btn btn-primary">Contact Us</a>
                  </div>
                </div>
               
              </div>
            </div>
          </div>
    
          <div class="footer-wrap">
            <footer>
              <div class="container">
                <div class="row justify-content-between">
                  <div class="col-lg-4 col-md-8">
                    <div class="f-info">
                      <div class="f-logo pb-3">
                        <img src="assets/images/logo.svg" alt="" />
                      </div>
                      <p class="text-small pb-3">
                        Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
                        do eiusmod tempor incididunt ut labore et dolore magna aliqua.
                        Ut enim ad minim veniam, quis nostrud exercitation ullamco
                        laboris nisi ut aliquip ex ea commodo consequat.
                      </p>
                      <div class="d-none d-lg-block">
                        <div class="social-list pb-3">
                          <ul>
                            <li>
                              <a href="#" class="facebook" target="_blank"
                                ><i class="ri-facebook-circle-fill"></i
                              ></a>
                            </li>
                            <li>
                              <a href="#" class="twitter" target="_blank"
                                ><i class="ri-twitter-fill"></i
                              ></a>
                            </li>
                            <li>
                              <a href="#" class="instagram" target="_blank"
                                ><i class="ri-instagram-fill"></i
                              ></a>
                            </li>
                            <li>
                              <a href="#" class="linkedin" target="_blank"
                                ><i class="ri-linkedin-box-fill"></i
                              ></a>
                            </li>
                          </ul>
                        </div>
                        <p class="text-small">© 2023 . All rights reserved.</p>
                      </div>
                    </div>
                  </div>
                  <div class="col-lg-7 col-md-12">
                    <div class="row">
                      <div class="col-md-3 col-sm-6 col-6 pb-4 pb-md-0">
                        <h5 class="h4 pb-3">Take a tour</h5>
                        <div class="quick-links">
                          <ul>
                            <li><a href="#">Features</a></li>
                            <li><a href="#">Partners</a></li>
                            <li><a href="#">Pricing</a></li>
                            <li><a href="#">Product</a></li>
                            <li><a href="#">Support</a></li>
                          </ul>
                        </div>
                      </div>
                      <div class="col-md-4 col-sm-6 col-6 pb-4 pb-md-0">
                        <h5 class="h4 pb-3">Our Company</h5>
                        <div class="quick-links">
                          <ul>
                            <li><a href="#">About Us</a></li>
                            <li><a href="#">Agents</a></li>
                            <li><a href="#">Blog</a></li>
                            <li><a href="#">Media</a></li>
                            <li><a href="#">Contact Us</a></li>
                          </ul>
                        </div>
                      </div>
                      <div class="col-md-5">
                        <h5 class="h4 pb-3">Subscribe</h5>
                        <div class="subscribe-form-wrap">
                          <p class="text-small">
                            Subscribe to get latest property, blog news from us
                          </p>
                          <form class="subscribe-form form-wrap">
                            <div class="form-group">
                              <input
                                type="email"
                                class="form-control"
                                placeholder="Email Address"
                              />
                              <div class="cta">
                                <button
                                  class="btn btn-primary btn-icon btn-sm btn-rounded"
                                >
                                  <i class="ri-arrow-right-line"></i>
                                </button>
                              </div>
                            </div>
                          </form>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="d-lg-none pt-4">
                  <div class="social-list pb-3">
                    <ul>
                      <li>
                        <a href="#" class="facebook" target="_blank"
                          ><i class="ri-facebook-circle-fill"></i
                        ></a>
                      </li>
                      <li>
                        <a href="#" class="twitter" target="_blank"
                          ><i class="ri-twitter-fill"></i
                        ></a>
                      </li>
                      <li>
                        <a href="#" class="instagram" target="_blank"
                          ><i class="ri-instagram-fill"></i
                        ></a>
                      </li>
                      <li>
                        <a href="#" class="linkedin" target="_blank"
                          ><i class="ri-linkedin-box-fill"></i
                        ></a>
                      </li>
                    </ul>
                  </div>
                  <p class="text-small">© 2023 . All rights reserved.</p>
                </div>
              </div>
            </footer>
          </div>
    
    
          
      </div>
     );
    }
    export default App;

    3. Guys now we need to add below code into our reactdemo/public/index.html file:

    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <meta name="theme-color" content="#000000" />
        <meta
          name="description"
          content="Web site created using create-react-app"
        />
        <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
        <!--
          manifest.json provides metadata used when your web app is installed on a
          user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
        -->
        <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
        <!--
          Notice the use of %PUBLIC_URL% in the tags above.
          It will be replaced with the URL of the `public` folder during the build.
          Only files inside the `public` folder can be referenced from the HTML.
    
          Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
          work correctly both with client-side routing and a non-root public URL.
          Learn how to configure a non-root public URL by running `npm run build`.
        -->
        <title>React Real Estate</title>
        <link
        href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css"
        rel="stylesheet"
        />
        <link rel="stylesheet" href="assets/css/style.min.css" />
        </head>
      <body>
        <noscript>You need to enable JavaScript to run this app.</noscript>
        <div id="root"></div>
        <script src="assets/js/script.min.js"></script>
        
      </body>
    </html>

    4. Guys here is git repo link and put js and images inside public/assets folder:

    please create assets folder inside public folder and copy and paste all the folders form below git repo link

    Git Repo

    Friends in the end must run npm start command into your terminal to run the react project.

    Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

    Note: Friends, In this post, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad because with your views, I will make my next posts more good and helpful.

    Jassa

    Thanks

  • Free Responsive Ecommerce & Analytics Admin Dashboard Template

    Free Responsive Ecommerce & Analytics Admin Dashboard Template

    Hello guys how are you? Welcome back on my blog Therichpost. Today in this post I am going to share Free Responsive Ecommerce & Analytics Admin Dashboard Template.

    Live Demo

    Guys in this beautiful responsive admin dashboard template you will get all the things like charts, users pages, ui components ect.

    1. Guys here is git repo link for this:

    Git repo

    This is it guys and if you will have any kind of query, suggestion and requirement then please do comment below.

    I have just shown you basic things and further more you can set this free project according to your reequipments.

    Jassa

    Thanks