Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-16T16:04:24.000Z (over 2 years ago)
- Last Synced: 2024-10-12T00:40:14.473Z (about 1 month 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.![pika-2022-07-08T17_28_23 283Z](https://user-images.githubusercontent.com/81332784/178042360-8fc2df97-446d-4a66-a667-7f3592dcd5dc.png)
# Scren shot previews
The default router with features of what you can do with this project...
![todolistv2-1](https://user-images.githubusercontent.com/81332784/178043587-a740bfbe-0c4f-44e0-94c5-d296264a41fe.png)
### Add more routes
You can create more routes by specifying it using the endpoint for now its the default :3000/:route/route/.../
![todolistv2-2](https://user-images.githubusercontent.com/81332784/178043993-1a7b7bff-05a5-4ecb-bc4e-fd327685e1fc.png)
A Home route
![todolistv2-3](https://user-images.githubusercontent.com/81332784/178044468-3afc5ad5-ad4d-47b5-855b-0cafe0ccdc4a.png)
### Add more routes
- Add more route and more task to each route and navigate through the tasks using route
![todolistv2-4](https://user-images.githubusercontent.com/81332784/178045421-a7f2c606-5094-44e9-9469-5243c01cdfec.png)
![todolistv2-5](https://user-images.githubusercontent.com/81332784/178045564-2c7890c2-7cdc-439a-9047-5314c15c4ab5.png)