This is a responsive barbershop website showcasing various services offered, team members, testimonials, and a contact form. The website is built using HTML, CSS, and JavaScript, with the addition of Swipe.js for image carousel functionality and Email.js for sending emails from the contact form.
- See Live Website : https://barberrepublic.netlify.app/
- Responsive design for optimal viewing on different devices.
- Interactive image carousel using Swipe.js library.
- Contact form with validation and email sending functionality using Email.js.
- Integration of Font Awesome for stylish icons.
- Utilization of Google Fonts for attractive typography.
- HTML
- CSS
- JavaScript
- SwiperJS (https://swiperjs.com) - for the image slider
- EmailJS (https://www.emailjs.com) - for sending emails from the contact form
- Clone the repository or download the ZIP file.
- Open the project folder in your preferred code editor.
- Edit the HTML, CSS, and JavaScript files according to your requirements.
- Replace the placeholders in the JavaScript file with your own EmailJS credentials.
- Open the
index.htmlfile in your web browser to view the website.
├── style.css/
├── script.js/
├── images/
│ ├── (place your images here)
├── index.html
├── README.md
- The
style.cssfile contains the CSS stylesheets. - The
script.jsfile contains the JavaScript for the main functionality. - The
imagesfolder is where you can place your images. - The
index.htmlfile is the main HTML file for the website. - The
README.mdfile contains information about the project.
- SwiperJS: https://swiperjs.com
- EmailJS: https://www.emailjs.com
- Google Fonts: https://fonts.google.com/
- Font Awesome: https://fontawesome.com/
This project is licensed under the MIT License.
Feel free to use and modify the code as per your needs.
