Skip to content

I've created a mini calendar with a simple and minimalist design using HTML, CSS, and JavaScript. This calendar displays the current date, which is dynamically updated using JavaScript's Date object.

Notifications You must be signed in to change notification settings

paribhandarkar/mini-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mini Calendar

I've created a really cool mini calendar using HTML, CSS, and JavaScript. The page displays the current date and has a simple, minimalist design.

But the most exciting part is that I've used JavaScript to dynamically get the current date and display it on the page. This means that no matter when you access the page, it will always show the current date.

I achieved this by using JavaScript's Date object to get the current date, and then dynamically updating the HTML on the page to display that date. This way, the calendar is always up-to-date, without me having to manually change the date every day.

Overall, it's a really cool and useful project that showcases the power and versatility of JavaScript for web development. Plus, it's a great way to keep track of the date and stay organized!

Demo

You can try out the application by visiting this link.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Getting Started

To get started with this project, clone the repository and open the index.html file in your preferred web browser.

New Things I Learned

Learned how to use the "toLocaleString" method to get a string representation of the date.

image

About

I've created a mini calendar with a simple and minimalist design using HTML, CSS, and JavaScript. This calendar displays the current date, which is dynamically updated using JavaScript's Date object.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published