Skip to content

bleedmode/note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task Management App

A minimalist task management application with a focus on clean design and efficient task organization, featuring both task management and note-taking capabilities.

Features

  • Work/Private task separation
  • Todo and Waiting sections
  • Single-level nested tasks
  • Task completion tracking
  • Auto-archiving after 24 hours
  • Drag-and-drop reordering
  • Cross-list task movement
  • Note organization with folders
  • Real-time note saving
  • Apple Notes-style text editing
  • Pomodoro timer integration

Getting Started

  1. Clone the repository:
git clone [your-repository-url]
  1. Install dependencies:
cd task-app
npm install
  1. Start the development server:
npm run dev

Tech Stack

  • React
  • Vite
  • Local Storage for data persistence
  • CSS for styling (no UI framework)

Project Structure

task-app/
├── src/
│   ├── components/
│   │   ├── Notes.jsx
│   │   └── Pomodoro.jsx
│   │   
│   ├── App.jsx
│   └── App.css
├── public/
│   └── vite.svg
├── PRD.md
└── README.md

Documentation

See PRD.md for detailed product requirements and implementation details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors