Skip to content

equicktruth-ctrl/personal-task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Task Tracker

Built by Erik V.

Live Demo

View the app here: https://equicktruth-ctrl.github.io/personal-task-tracker/

How to Run Locally

  1. Clone the repo.
  2. Open index.html in a browser.

A simple, responsive task tracking web app built with HTML, CSS, and vanilla JavaScript. Tasks are stored in localStorage so they persist between browser sessions.

Features

  • Add tasks using the input field and button.
  • Delete individual tasks from the list.
  • Automatically saves tasks in localStorage so they remain after closing the browser.
  • Mobile-friendly layout with a centered card-style design.

Tech Stack

  • HTML
  • CSS (responsive layout)
  • JavaScript (DOM manipulation, localStorage)
  • GitHub Pages (deployment)

Screenshots

Main UI:

Task tracker UI

Task list with saved items:

Task list

Repository setup:

Initial setup

About

Responsive personal task tracker built with HTML, CSS, and vanilla JavaScript, using localStorage for persistence and deployed on GitHub Pages.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors