husseinmomd / Google-Calendar

A simple version of google events calendar, cloning never felt any better :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Google Calendar Clone (TypeScript)

This project is a simplified version of Google Calendar implemented with HTML, CSS, and TypeScript. It allows users to create, update, and delete events, and all data is stored locally using local storage to ensure data persistence across sessions.

Features

  • Add Events: Create new events with a title, date, and time.
  • Update Events: Modify event details such as title, date, and time.
  • Delete Events: Remove unwanted events from the calendar.
  • Local Storage: All calendar events are stored locally, ensuring data persistence.

About

A simple version of google events calendar, cloning never felt any better :)


Languages

Language:TypeScript 63.9%Language:CSS 32.4%Language:JavaScript 1.9%Language:HTML 1.8%