Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 1.09 KB

File metadata and controls

72 lines (47 loc) · 1.09 KB

📋 Tasker - Task Management Application

Project Overview

Tasker is a modern task management web application that helps users organize, manage, and track their daily tasks efficiently. It provides an intuitive interface for creating, updating, and deleting tasks while keeping productivity simple and organized.


Main Technologies

  • React.js
  • TypeScript
  • Tailwind CSS
  • Vite

Main Features

  • ✅ Create New Tasks
  • ✏️ Update Existing Tasks
  • 🗑️ Delete Tasks
  • 📋 View All Tasks
  • 🔍 Search & Filter Tasks
  • 📱 Fully Responsive Design

Dependencies

Main packages used in this project:

  • React
  • React DOM
  • React Router DOM
  • Tailwind CSS
  • React Icons

Run Locally

Clone the repository

git clone https://github.com/Hridoy004/tasker.git

Go to the project folder

cd tasker

Install dependencies

npm install

Start the development server

npm run dev

Relevant Links