Skip to content

matmon12/aviaTur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AviaTur

logo
 

Github top language Github language count Repository size License Github stars

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


🎯 About

Airline ticket sales website. An interactive svg map has been implemented, with which you can find out the name of the country and additional information about it. An interface for ordering tickets has also been made (select point of departure/arrival, date, class).

✨ Features

✔️ Interactive map;
✔️ Country search;
✔️ Select departure/arrival city;
✔️ Selecting a date using the calendar;
✔️ Selecting a class and number of passengers;
✔️ Adaptive for mobile devices;

🚀 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/aviaTur

# Access
$ cd aviaTur

# Install dependencies
$ npm install

# Run the project
$ gulp

# Compiles and minifies for production
$ gulp build

📝 License

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

Made with ❤️ by Matmon

 

Back to top