Skip to content

A short Daily note where you can keep your daily notes on what to do next

Notifications You must be signed in to change notification settings

Yash15-maker/Docket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TO DO LIST

This app is a simple Web application to manage task to do with a title and a time

How to use the application

On your first use, this is what you will see : image

Then click on the button Add Todo.

A dialog box will appear :

image

If you want to edit a task, or mark it as done, just long click on the task.

Another dialog box will appear :

image

And here you can modify or delete your task.

Development

There's two activities in the project ;

  • Initialization where everything is orchestrated
    • onCreate initialized the application and the list of task
    • setupListViewListener setup the listener for the different task on the list (click and long click) and the edit dialog box showed before
    • AddTODO is the function called when the button New Task is pressed
    • Update and Delete are the low-level function used for the persistency of the data

Install

To build the project, run :

npm install
npm start
npm build

About

A short Daily note where you can keep your daily notes on what to do next

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published