/taskinator

A "Tasks To Do" list and an "Add Task" button which will allow users to create a task and add it to that list.

Primary LanguageJavaScriptMIT LicenseMIT

Taskinator

Taskinator - Deployed Application

https://muzan67.github.io/taskinator/

Taskinator - Github Repository

https://github.com/Muzan67/taskinator

User Story

We have build a "Tasks To Do" list which allows your to create tasks and add it to that list. You will then be able change the status of the task to the appropriate column (Tasks To Do, Tasks In Progress, or Tasks Completed). Each task will have an Edit and Delete button.

Table of Contents

  • Taskinator - Deployed Application
  • Taskinator - Github Repository
  • User Story
  • Technologies Used
  • Installation
  • Usage
  • Questions / Inquiry
  • Contribution
  • Screenshot

Technologies Used

  • HTML
  • CSS
  • Javascript
  • Local Storage

Installation

To install this application, clone the code into your terminal for the respective repository.

Usage

  1. Use Taskinator to create a task by filling out a form with the task name and choosing what type of task it is.
  2. The user will be able to create a task by filling out a form with the task name and choosing what type of task it is.
  3. The user will be able to submit a task by pressing either the "Add Task" button or the Enter key.
  4. If either form field is empty, the task won't be created.
  5. Tasks will have a default status of Tasks To Do.
  6. Changing the status dropdown will move the task to the appropriate column (Tasks To Do, Tasks In Progress, or Tasks Completed).
  7. Each task will have an Edit and Delete button.
  8. Clicking Edit will load the task's information in the form and change the button to say "Save Task".
  9. Clicking "Save Task" will update the task's information in the corresponding column.
  10. Clicking Delete will remove the task entirely.
  11. Implement the ability to save our tasks to localStorage so that they can be retrieved later.
  12. Add the ability to retrieve saved tasks from localStorage.

Questions / Inquiry

Contribution

Made by Muzan67 Alejandro Cortez

Screenshot

taskinator