#TaskNest
π Description
TaskNest is an intuitive productivity tool designed to help users efficiently manage tasks, notes, and projects, offering a seamless and organized workspace.
π¨ Demo Preview (HTML & CSS) Here is a simple HTML & CSS snippet from the project:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TaskNest - Your Organized Workspace</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
text-align: center;
padding: 20px;
}
h1 {
color: #3498db;
}
.btn {
background-color: #2ecc71;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
font-size: 18px;
}
.btn:hover {
background-color: #27ae60;
}
</style>
</head>
<body>
<h1>Welcome to TaskNest π¦</h1>
<button class="btn">Start Managing!</button>
</body>
</html>
π Output Preview: This code creates a basic webpage for TaskNest with a button.
πΉ Features β’ π Organize tasks, notes, and projects. β’ π Simple and user-friendly UI. β’ π Customizable workspace.
π How to Run the Project Clone the repository: bash git clone https://github.com/pulkitbajaj13/Task1.2.git
Navigate to the project directory: bash cd Task1.2
Open index.html in a browser to see the output.
##π License This project is licensed under MIT License.
π₯ Team & Contributors β’ Pulkit Bajaj β’ Tanvi Thakur