Skip to content

Latest commit

Β 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages