Skip to content

JulioRanaivoson01/simpleTo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-List

This is a simple to-do list application.

I created it to practice CRUD operations, mongodb database and expressJs in the backend for providing different routes to the application.

Features :

In this app user can :

  • create a task.
  • specify label/category to each task.
  • mark the task as complete.
  • can see the past completed tasks.
  • can delete the tasks.

Technologies used:

  • html
  • css
  • javascript
  • express
  • mongodb

How to use

  1. download this repository
  2. run npm install in this repositore. It will download all the dependencies.
  3. setup mongodb on your system.
  4. first,start the mongodb server from cmd by using command mongod
  5. then finally, run the index.js file in this repository.

todoo3

todoo

todoo2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published