Skip to content

Simple Full-stack To-Do app made with NodeJS, express and for DB using MongoDB

Notifications You must be signed in to change notification settings

mvrque/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List - CRUD application

Simple To-Do List where client can add a task to be done. Tasks can be marked completed, back to uncompleted and also deleted.

Tech used: HTML, CSS, JavaScript, NodeJS, express, MongoDB.

How It's Made: The back-end development was made with NodeJS and express. Application is connected to MongoDB where all data is stored. Marking it completed or deleting it, also changes the database.

Optimizations: Adding MVC to the application and also changing the design when it's ready!

What i learned: Learned more about how to use NodeJS, express, EJS and mongoDB. I learned how to create, read, update and delete data from database. Also used .gitignore for stuff that doesn't need to be pushed to github.

About

Simple Full-stack To-Do app made with NodeJS, express and for DB using MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published