Skip to content

Commit

Permalink
Update README.md - Publish on GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanchihsu1219 authored Jan 3, 2025
1 parent 96799fc commit cc55b3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# To-Do List Web App with Clock

https://chuanchihsu1219.github.io/simple-todo-list-webapp-with-clock/

This is a simple **To-Do List Web App** built using **HTML**, **CSS**, and **JavaScript**. The app allows users to add, mark as completed, and delete tasks, with data persistence using the browser's localStorage. Additionally, the application includes a **real-time clock** displayed at the top of the interface, enhancing usability and aesthetic appeal. The UI design is sleek and visually engaging, featuring a gradient background that makes it an **excellent choice as a browser homepage**, combining both functionality and aesthetics.

## Features
Expand All @@ -23,6 +25,8 @@ This is a simple **To-Do List Web App** built using **HTML**, **CSS**, and **Jav
```
2. Open `index.html` in your browser.

Or simply navigate to https://chuanchihsu1219.github.io/simple-todo-list-webapp-with-clock/

## Usage

- Enter a task in the input field and click **"Add"** to add it to the list.
Expand Down

0 comments on commit cc55b3e

Please sign in to comment.