Skip to content

Chethan-Regala/taskNest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TaskNest

πŸ“Œ Project: To-Do List App

🎯 Core Features (MVP – Minimum Viable Product)

  1. Add a task
  2. Edit a task
  3. Delete a task
  4. Mark a task as completed
  5. Store tasks in local storage (so data doesn’t vanish on refresh)

πŸš€ Optional Features (Stretch Goals)

  • Categories (Work / Study / Personal)
  • Deadlines for tasks
  • Search & filter tasks (completed, pending)
  • Dark mode toggle
  • Cloud storage (Firebase / MongoDB) for login & persistence

πŸ‘©β€πŸ’» Work Division (Team of 4)

  • Member 1 (Frontend – Input & Task List UI)

    • Create task input box + Add button
    • Display task list dynamically
  • Member 2 (Task Operations)

    • Implement edit, delete, complete functionalities
    • Add icons/buttons for each operation
  • Member 3 (Storage & State Management)

    • Handle localStorage (save, fetch tasks)
    • Manage app state with React useState / Context
  • Member 4 (UI/UX & Extra Features)

    • Styling with Tailwind/Bootstrap
    • Optional: Add filters, categories, dark mode
  • Member 5 (Testing)

    • Testing backend with Postman / Bruno

πŸ› οΈ Tech Stack (Recommended)

  • Frontend: HTML, CSS, JS
  • Backend: Express.js
  • Storage: LocalStorage (MVP) β†’ Firebase (Stretch goal)
  • Deployment: Netlify / Vercel (easy CI/CD from GitHub)

About

A simple To-do-list App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •