Skip to content

Fabio-Vicente/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List

Keep track and manage your tasks in a intuitive way

HMTL CSS Javascript

Project Web Page

See a screenshot
Project Screenshot

About

A list for keep track your tasks and manage them in order to organize anything you have to do.

Prioritize your tasks, mark them as done, and save it for future folow-up. When you have all done, or you don't need that tasks anymore, you can easily clear your list and get rid of unecessary entry. Getting lost on your to dos, never more!

This project development is part of Trybe course program.

Development Skills

  • HTML;
  • CSS;
  • Javascript;
  • DOM;
  • Events;
  • Storage;
  • Problem solving.

Getting Started

Prerequisites

  • Web Browser compatible with HTML5, CSS3 and EcmaScript 6.

Instalation

Use one of these three ways to install the project locally.

1. Download ZIP:

  • Click on the Code green button at repository top;

    Code Button

  • Click on Download ZIP button;

    Code Button

  • Unzip files in a choosen directory;

2. Clone repository via HTTPS:

  • Use https://github.com/Fabio-Vicente/To-Do-List.git endpoint for clonning via HTTPS (credencials may be needed);

3. Clone repository via SSH:

  • Use git@github.com:Fabio-Vicente/To-Do-List.git endpoint for clonning via SSH (it must be need set a SSH Key);

Initialization

Once you have procedure on the installation process, open the index.html downloaded file on your browser to start use the program.

Don't want to install the project locally? No worries! You can acess the web project by this link:

https://fabio-vicente.github.io/To-Do-List/


Usage

Adding tasks

You can add tasks as they arise on your routine. For doing so, type a task description on the input field and click on Plus button button, or simply press enter and it will be added on your list.


Adding tasks

Remove task

Miswrote some of your tasks? You can easily remove it.

First of all, select the incorrect task. Now, you must be seeing new buttons on the bottom of list. Click on Minus button one, and get rid of this unwanted entry.


Removing task

Hint: use the Erase button button to clear all the tasks at once.

Reorder your tasks

Choose the task viewing order on your list. You can do this by setting the most important ones on the top, and the not so immediately after.

Set your desired order with Arrow up button and Arrow down button buttons.


Reordering tasks

Complete your tasks

Have you complete one of your tasks? Mark it as done! Just double click on it and get free of this job.

Missmark it? Double click again and it get its original state.


Completing tasks

Have you noticed a new button here? The Check button button is used when is desired to clear only done tasks. It can be useful when you have a batch of jobs that were finished.

Finish list edition? Don't forget to save!

It's possible to save your list for future consultance, even if you end your session, close the browser, or turn computer off.

Just click Save button and it will be storaged, as is.

When the list get saved, the icon will turn out to  Check button.


Lint

The project was staticly tested using StyleLint and ESLint, whose appoints no error on code analyses. These tools enforces code readbility and standart development style such on CSS development (StyleLint) as on Javascript development (ESLint).


Authors & contributors

The development of this project, as well all documentation, was made by Fábio Vicente(Me).


Acknowledgements





Code with love by Fábio Vicente