Skip to content

shivam22-source/Mini_to_do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Simple Todo App (Node + EJS)

A minimal Todo application built using Node.js, Express, and EJS.
All todos are stored locally using the File System (fs) module.
This project focuses on backend fundamentals and server-side rendering.


🚀 Features

  • Add new todo tasks
  • View todo list
  • Delete todos
  • Server-side rendered UI using EJS
  • Data stored locally (no database)

🛠 Tech Stack

  • Node.js
  • Express.js
  • EJS (Embedded JavaScript Templates)
  • File System (fs) module

📂 Project Flow

  • EJS is used to render views on the server
  • Express handles routing and logic
  • Todos are saved and read from a local file using fs

▶️ Run Locally

npx nodemon app
http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors