Skip to content

matmon12/Atomy-site

Repository files navigation

Atomy-site

logo
 

Github top language Github language count Repository size License Github stars

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


🎯 About

Training website for attracting clients to the Atomy company. A custom slider was made, the idea of ​​which was taken from the Internet. A form for sending applications by email using PHP has also been implemented.

✨ Features

✔️ Custom slider;
✔️ Implementing a side menu;
✔️ Form Validation;
✔️ Sending emails using PHPMailer;
✔️ Dark and light themes;
✔️ 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/Atomy-site

# Access
$ cd Atomy-site

# 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