The "Laptopia" is an online store for laptops and other computer equipment. This project has only the front-end part, so most of the functionality is hardcoded, but the site has many interactive parts such as sliders, accordions, mobile menu and much more. The site is adapted for mobile screens. This site uses a starter template with gulp and webpack.
- HTML
- SCSS
- JS
- Swiper slider
- nouislider
- Webpack
- Gulp
In order to open the site in development mode, you need to run:
npm run dev
In order to build the project you need to run:
npm run build