Skip to content

satruddh/todoServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo App

A simnple Todo App to add, manage and view todos. This project was developed as a skill develeopment and with learning oriented goals.

Features

I have managed to add some simple functionality in this todo app such as-

  • User specific Todos.
  • Each user can perform basic CRUD operations on todos that they have created.
  • User can not access todos of the other users
  • Each todo has following attributes-
    • Todo Title
    • Todo Image ( I have used Multer for image functionality.)
    • A boolean flag to mark whether it is completed or not.

Tech Stack

  • HTML/CSS
  • Node.js
  • Express.js
  • MongoDB
  • EJS ( for server-side rendering )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors