Skip to content

matmon12/rol-shop

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