Giter VIP home page Giter VIP logo

nutrisnow's Introduction

Project Overview

Nutrisnow

NutriNow is a simple grocery store landing page. Built with Bootstrap 5 grid system,swiper and core html, css and js technologies. A complete guide about how to build this project from scratch is covered in this Youtube video

The website provides users with a simple and intuitive interface, NutriNow's user interface is simple and easy to navigate, with a clean and modern design and subtle animations that prioritizes usability and accessibility. The website is fully responsive and optimized for use on desktop and mobile devices.

Preview Application

Youtube Tutorial Link

Steps to use Application

  • Download Entire code
  • locate and open the folder named "final"
  • Open the index.html file

Feel free to edit and use as you like,Free use of this software does NOT apply if you plan to produce your own course or tutorials based on this project. A credit to the original authors Israel Akinwumi and Xerax labs will be appreciated.

Help / Collaboration

Need help making this project work, want to collaborate on future project or hire me? you can reach out via

Technologies Used

  • HTML
  • CSS [ Styling ]
  • Bootstrap icons [ Icons ]
  • Swiper JS

Defaults

Swiper break points

breakpoints: {
        640: {
            slidesPerView: 2,
            spaceBetween: 20,
        },
        768: {
            slidesPerView: 3,
            spaceBetween: 30,
        },
        1024: {
            slidesPerView: 4,
            spaceBetween: 20,
        },
    }

Default variables used

/* Common page resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Common page resets */

/*  variable declarations */
:root {
  --white-color: #fff;
  --support-color: #fb175f;
  --box-shadow: rgb(0 0 0 / 16%) 0px 2px 8px;
  --green-gradient: linear-gradient(
    to right,
    rgba(0, 128, 0, 0.7),
    rgba(0, 128, 0, 0.5)
  );
}

/*  variable declarations */

Related

Disclaimer

We do not claim to be the original authors of the images used in this project, all image credits belong to their respective owners. credits Unsplash

License

Nutrisnow is licensed under the MIT license.

nutrisnow's People

Contributors

akinwumidi avatar

Stargazers

Isaac. avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.