A Todo API service (created using Node.js -> ES6 Syntax) with which you can Create New Users (SignUp), Login/Logout, Create Todos, Read/Retrieve Todos (One/All), Update Todos (per Todo), Delete Todos (per Todo) etc. Note: Each Todo is associated with its Owner (Or Creator) User. And all CRUD operations on Todos are restricted to their owners. For ex: You can only delete todos created by you etc.
A Simple Command Line Tool written in Node.js (using ES6 Syntax) with which you can manipulate Notes on your File System.