This repository serves as the foundation for completing Project 1, which is the first assignment in the frontend course.
The project focuses on applying foundational concepts of frontend development, including:
- HTML and CSS for structuring and styling the application.
- JavaScript for adding interactivity and logic.
- Basic principles of responsive design and best practices.
This project is an essential step in building a solid understanding of frontend technologies.
The project is located in the following path within the repository:
📂 frontend_course
└── 📂 project_1
You can find all files related to this assignment under the project_1 directory.
-
Clone the repository:
git clone https://github.com/Dkhodos/frontend_course.git
-
Navigate to the
project_1directory:cd frontend_course/project_1 -
Open the project in your preferred code editor.
-
Follow the course guidelines to complete the assignment. Ensure that you:
- Use semantic HTML tags.
- Apply appropriate CSS styles.
- Include comments for clarity in the code.
-
Test your project in multiple browsers to ensure cross-browser compatibility.