Skip to content

v1.0.1 is here!

Compare
Choose a tag to compare
@Siddharth453 Siddharth453 released this 22 Oct 09:11
· 21 commits to master since this release

Version 1.0.1 is Here!

This is the 2nd Release of the Todo List Application,
in this release we have added the command line version of the Todo List Application.

🎁 Features:

  • You can Create a Todo.
  • You can Remove a Todo.
  • You can List all Todos.
  • You can Read a specific Todo.
  • Available for Mac and Windows.

📖 Guides:

  • First Clone this repository from the Command Line by Typing git clone https://github.com/Siddharth453/Todo-List.git or download it from https://cmd-todo-list9.herokuapp.com.
  • Then from the command line type cd Todo-List/Todo-CMD.
  • Then run npm install
  • And you have finished the setup part of the application!
  • Type node create.js a --title="<Your Title>" --description="<Your Description>" --due="<Your Due Date> --urgent="<Type true or false>" to create a todo.
  • Type node remove.js r --title="<Type the title of the todo which you want to delete>" to remove a todo.
  • Type node list.js l to List all the Todos you have.
  • Type node read.js r --title="<Type the title of the todo which you want to read>" to read a speific todo.

🗂 Requirements:

  • Requires node v12.18.3.

Thanks
Siddharth Kumar

Version 1.0.1(Latest)