This repository contains the code for an internship project consisting of two tasks. Task-1 involves creating a landing page with a navigation bar, while Task-2 involves implementing a to-do list.
For Task-1, we created a simple landing page with a navigation bar. The navigation bar is designed to enhance user experience by providing easy access to different sections of the website. The landing page aims to be visually appealing and user-friendly.
- HTML
- CSS
index.html
: Contains the HTML structure and CSS styling for the landing page and navigation bar.
For Task-2, we implemented a basic to-do list application. The to-do list allows users to add, remove, and mark tasks as complete. This application helps users organize their tasks efficiently and keep track of their progress.
- HTML
- CSS
- JavaScript
index.html
: Contains the HTML structure for the to-do list application.style.css
: Contains the CSS styling for the to-do list elements.script.js
: Contains the JavaScript code for the functionality of the to-do list.
To view the landing page with the navigation bar, open the index.html
file in a web browser.
To use the to-do list application, open the index.html
file in a web browser.
This project is licensed under the MIT License.