In this project, I focused on improving my HTML and CSS skills. I decided to create a website that sells bee products using only these technologies. I built a home page, an About Us page, and a Products page, as well as simple Register and Login pages. This project is a practice implementation of a basic frontend.
Copy the repository and in VS Code right click on the home.html file, then Open with live server. This should make it run in the browser.
This project was really useful because I learned a lot of concepts about HTML and CSS. Some of the most important things I practiced were float, flexbox, and creating forms. I also tried to make the pages as responsive as possible for different screen sizes. Overall, it was a great way to improve my frontend skills and understand how to structure and style a website properly.