Skip to content

ShaeG4/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList_Last updated: test commit_

ToDo List App

Full-stack to-do list application built with:

  • React (frontend)
  • Node.js + Express (backend)

Features (MVP)

  • User login
  • Task management (add, delete, complete)
  • Priority levels
  • Calendar view

Tech Stack

  • React + Vite
  • Node.js + Express
  • PostgreSQL (planned)

Status

🚧 In development

Week 1:

MVP Scope

  • Login page (frontend only for now)
  • Dashboard page
  • Add / delete / complete tasks
  • Priority levels
  • Calendar view with task indicators

Challenges so far:

  • A lot of react problems(pages wouldnt be loading)
  • Finding good stytles to use to make the website give it that look
  • Looking at different videos for Authcontext and provider and how

Out of Scope (for now)

  • AI assistant
  • Notifications
  • Smart scheduling

Task objectives

{ id: string, title: string, priority: "high" | "medium" | "low" | "least", completed: boolean }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors