Skip to content

TheCoderRajat07/todo-timer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo Timer App

A minimalist full-stack To-Do list with timer and lightweight Google Calendar view.

Features

  • Add, complete, and remove to-dos
  • Simple Pomodoro-style timer (start/stop)
  • Mini-calendar with events from your Google Calendar

Setup

  1. Clone repo & install:
    npm install
  2. Create a .env file from .env.example and fill in credentials.
  3. Start the app:
    npm run dev

Environment

  • Node.js, Express, MongoDB, React

Example API usage

Add new todo:

curl -X POST http://localhost:5000/api/todos \
  -H "Content-Type: application/json" \
  -d '{"title":"Buy milk"}'

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published