A fun and visually engaging To-Do List app that integrates a colorful calendar! Plan your day, mark your tasks, and make your productivity journey more joyful πβ¨
- β Add, edit, and delete to-do tasks
- π Calendar with animated icons on task dates
- πΎ Tasks saved with
localStorage(no backend needed!) - π Custom emoji markers for fun interactions
Dates with tasks will show a π icon using CSS animation:
.calendar-day.has-task::after {
content: 'π';
font-size: 24px;
position: absolute;
top: -10px;
right: -5px;
animation: bounce 2s infinite;
}- HTML5
- CSS3 (with animations)
- JavaScript (Vanilla)
- localStorage API
- π¦ Clone this repository
git clone https://github.com/tikature/to-do-calendar.git
cd to-do-calendarβΆοΈ Open the app
open index.htmlBy Dewi Atika Muthi
π Informatics Student, Telkom University
π§ Email: detikaa10@fmail.com
π GitHub: @tikature
