https://github.com/kellsonphilips/to-do-list-v2
To do list v2 with database functioning and more tools for multiple task management.
https://github.com/kellsonphilips/to-do-list-v2
css ejs-templating expressjs html javascript mongodb mongoose nodejs
Last synced: 4 months ago
JSON representation
To do list v2 with database functioning and more tools for multiple task management.
- Host: GitHub
- URL: https://github.com/kellsonphilips/to-do-list-v2
- Owner: Kellsonphilips
- License: mit
- Created: 2022-07-06T16:29:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T16:04:24.000Z (almost 4 years ago)
- Last Synced: 2025-03-09T12:55:21.244Z (over 1 year ago)
- Topics: css, ejs-templating, expressjs, html, javascript, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 3.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-License.md
Awesome Lists containing this project
README
# To-do-list-v2
To do list v2 with database functioning and more tools for multiple task management.
This is an upgrade to my [todolist-v1](https://github.com/Kellsonphilips/todolist-v1) . Using NodeJs at the server side,
Loads of functionality with data storage and retrival.
- Giving it a new look and design
# Video demo preview
Add tast and check already completed task to be deleted.
https://user-images.githubusercontent.com/81332784/178041723-6bc4c8ac-1cb1-4796-ab31-957184d76a14.mov
# Fully finctional database
This project uses mongoDB database.
All data backed up in the database and retained.

# Scren shot previews
The default router with features of what you can do with this project...

### Add more routes
You can create more routes by specifying it using the endpoint for now its the default :3000/:route/route/.../

A Home route

### Add more routes
- Add more route and more task to each route and navigate through the tasks using route

