Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samantha-ruth/taskinator

An application that helps you keep track of your "To Do" list! Built with javascript, local storage, html, and css.
https://github.com/samantha-ruth/taskinator

css css3 html html5 javascript local-storage localstorage organization webapi

Last synced: about 2 months ago
JSON representation

An application that helps you keep track of your "To Do" list! Built with javascript, local storage, html, and css.

Awesome Lists containing this project

README

        

# taskinator
An application that allows users to create a task and assign it as something "To-Do", "In Progress", or "Completed".

## Description

This application uses HTML, CSS, Javascript, webAPI's and the DOM to create a Kaban-like To-Do List. The user can add tasks "To Do", and as the task is worked on, move it along to "In Progress" and eventually to "Tasks Completed". This is a great way to keep track of your projects. See what needs to be done and what has already been finished!

![Blank_Taskinator_Screen](https://user-images.githubusercontent.com/64170123/188963943-f694964a-5e1c-49e2-900c-9fc712b8f9f6.jpg)
![Taskinator Screen](https://user-images.githubusercontent.com/64170123/188963949-500b5d5c-6276-457f-a0ae-8a9f664bc1b3.jpg)

This project's goal was to utilize web Storage APIs and use local storage to maintain data on the page even when the brower is refreshed. This project improved my understanding of the window object and utilizing the DOM API methods to handle events like button clicks; this project also helped me improve my HTML and CSS skills to create basic structure and design.

The link to the deployed project is here: https://samantha-ruth.github.io/taskinator/

The url of the Git repository is here: https://github.com/Samantha-Ruth/taskinator/