This project is a responsive web application clone of Sundown Studio, aiming to replicate its visual aesthetics and functionality while exploring modern web development techniques.
Project Goals:
- Gain practical experience in building a modern website.
- Deepen understanding of HTML, CSS, and JavaScript for interactive web experiences.
- Explore popular libraries and frameworks used in modern web development.
Technologies Used:
- Frontend: HTML5, CSS3, JavaScript
- JavaScript Libraries :
- libraries like Locomotive Scroll, Swiper.js.
Animation Techniques:
-
For Smooth scrolling, I've used Locomotive js for better scrolling experience, its light and easy use. link for locomotive :
https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/
-
I used swiper.js for card animation.
Accessing the Project:
-
Clone the Repository:
- Open your terminal and navigate to your desired directory.
- Use the following command to clone this repository:
git clone https://github.com/FsocietyVoid/sundown-studio-clone.git
-
Open the Index File:
- Navigate to the project directory using the
cd
command in your terminal. - Open the
index.html
file in your web browser.
- Navigate to the project directory using the