Skip to content

matmon12/rol-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff92811 Β· Apr 30, 2024

History

38 Commits
Apr 30, 2024
Apr 28, 2024
Apr 28, 2024
Apr 28, 2024
Apr 30, 2024
Apr 28, 2024
Apr 30, 2024
Apr 30, 2024
Apr 28, 2024
Apr 28, 2024
Apr 28, 2024
Apr 28, 2024
Apr 28, 2024
Apr 28, 2024
Apr 28, 2024
Apr 28, 2024
Apr 28, 2024
Apr 28, 2024

Repository files navigation

Roll Shop

logo
 

Github top language Github language count Repository size License Github stars

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Website selling sushi. The finished layout was taken as a basis. This project includes layout, queries and data processing with REST API, as well as other front-end tasks.

✨ Features

βœ”οΈ Implementation of Yandex maps and working with them;
βœ”οΈ Implementation of dark and light themes;
βœ”οΈ Receiving and sending data from the server;
βœ”οΈ Form Validation;
βœ”οΈ Product filtering and sorting;
βœ”οΈ Feedback;
βœ”οΈ Adding products to favorites and cart;
βœ”οΈ Optimization;

πŸš€ Technologies

The following tools were used in this project:

βœ… Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/matmon12/rol-shop

# Access
$ cd rol-shop

# Install dependencies
$ npm install

# Run the project
$ npm run serve

# Compiles and minifies for production
$ npm run build

πŸ“ License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❀️ by Matmon

 

Back to top