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.
- 📝 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
- Framework: Next.js
- Styling: Tailwind CSS
- Version Control: Git & GitHub
- Deployment: Render
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