Skip to content

pragyanbhatt1213/KaamKajiList

Repository files navigation

Kaam Kaji List

A powerful task management application for organizing and tracking your daily tasks and productivity.

Kaam Kaji List is a modern, intuitive task management application designed to help you stay organized and productive. Built with React Native, it provides a sleek dark-themed interface that allows users to effortlessly add, track, and manage their tasks across different stages of completion.

The app enables users to create tasks, mark them as complete, and delete them as needed. With a clean, minimalist design and powerful functionality, Kaam Kaji List transforms task management into a smooth, enjoyable experience.

Installation

OS X & Linux:

npm install kaam-kaji-list --save

Windows:

npm install kaam-kaji-list --save

Usage Example

Create and manage your tasks with ease:

// Add a new task
addTask('Complete project report', '2024-02-15')

// Toggle task completion
toggleTaskCompletion(taskId)

// Delete a task
deleteTask(taskId)

For more examples and usage, please refer to the [Wiki][wiki].

Features

  • Dark theme user interface
  • Add tasks with optional deadlines
  • Mark tasks as complete
  • Delete tasks
  • Separate lists for active and completed tasks
  • Responsive design

Development Setup

Describe how to install all development dependencies and how to run an automated test-suite of some kind:

# Install dependencies
npm install

# Run tests
npm test

# Start development server
npm start

Release History

  • 0.1.0
    • Initial release of Kaam Kaji List
    • Basic task management functionality
    • Dark theme implementation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published