Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samantha-ruth/taskinator
- Owner: Samantha-Ruth
- Created: 2022-05-02T21:18:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T19:54:50.000Z (over 2 years ago)
- Last Synced: 2024-04-16T08:49:23.729Z (9 months ago)
- Topics: css, css3, html, html5, javascript, local-storage, localstorage, organization, webapi
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/