###Deploy on Netlify: https://gifted-shockley-841923.netlify.app
- email: [email protected]
- password: admin
Used: JavaScript ES6, CSS(SASS), HTML
- Authorization
- Main page with product categories
- List of goods with description, price and add to cart button
- Modal window with additional information that pops up when you click on the product description.
- Cart of goods - the user can add items to the cart only after login (data is saved in localStorage).
- Page with comments, the user can leave a comment and it will be immediately displayed on the page.
- Responsive design on screens > 600px
- Use
npm run devBuilds the project in development mode - Use
npm run buildBuilds the project for production to the build folder. It correctly bundles in production mode and optimizes the build for the best performance. - Use
npm run inner-sassto generate CSS fromscssto/css