Skip to content

realganu/PlanIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

PlanIt

PlanIt

Simple task planner using plain HTML/CSS/JavaScript with a small Node backend.

Tech

  • Frontend: HTML, CSS, JavaScript (vanilla)
  • Backend: Node.js (simple REST API in backend/)

Features

  • Add tasks
  • Toggle complete
  • Delete tasks

Repo layout

  • frontend/index.html, css/style.css, js/script.js
  • backend/ — server code and package.json

Quick start

  1. Install backend deps and start server:
cd backend
npm install
npm start
  1. Open the frontend (served by the backend or open frontend/index.html directly).

Notes

  • Frontend expects the API at http://localhost:5000/tasks. Update frontend/js/script.js if needed.

About

Simple task planner using plain HTML/CSS/JavaScript with a small Node backend.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages