Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.11 KB

File metadata and controls

49 lines (32 loc) · 1.11 KB

🧩 Taskly – Project Task Management Web App

Taskly is a modern and user-friendly Project Task Management Web Application built with Next.js and Tailwind CSS.
It allows users to create, organize, and manage their tasks or projects efficiently — all in one clean, fast, and responsive interface.


🚀 Features

  • 📝 Create, edit, and delete tasks
  • ✅ Mark tasks as complete or pending
  • 📅 Organize tasks under different projects
  • 🌙 Light and dark mode
  • 📱 Fully responsive design
  • ⚡ Built with Next.js for high performance

🛠️ Tech Stack

  • Framework: Next.js
  • Styling: Tailwind CSS
  • Version Control: Git & GitHub
  • Deployment: Render

🌐 Live Demo

🔗 View Live Project


📦 Installation

Follow these steps to run Taskly locally:

# Clone the repository
git clone https://github.com/ShivendraPandey26/Project-Task-Manager.git

# Navigate to the project folder
cd Project-Task-Manager

# Install dependencies
npm install

# Start the development server
npm run dev