This repository contains two web development projects: a Restaurant Landing Page and a To-Do List web application. Each project is organized into its own directory with separate HTML, CSS, and JavaScript files.
The Restaurant Landing Page is a responsive web page for a restaurant. It showcases the restaurant's menu, chef information, customer reviews, and more. The page is designed to provide an attractive and informative online presence for the restaurant.
- Interactive menu items with descriptions and prices.
- Information about the head chefs.
- Customer reviews section.
- Photo gallery showcasing the restaurant's dishes.
For more details on the Restaurant Landing Page project, please refer to the Task 1 README within the task1 directory.
The To-Do List is a simple web application that allows users to create and manage their tasks. Users can add tasks with deadlines and mark them as completed. The application also includes a completion meter to track task completion.
- Add tasks with optional deadlines.
- Mark tasks as completed with a checkbox.
- Completion meter to visualize task completion progress.
- Edit and delete tasks.
- Responsive design for mobile and desktop.
For more details on the To-Do List project, please refer to the Task 2 README within the task2 directory.
To run these projects locally, clone this repository to your computer and open the respective HTML files in a web browser.
If you'd like to contribute to these projects, please fork the repository, make your changes, and submit a pull request. We welcome any improvements or bug fixes.
These projects are open-source and available under the MIT License.