(https://github.com/riteshpushkar/Time-Calendar/assets/79689579/b6f8b24c-8dfc-4b9d-bb34-eaddbb753955)
This project is a Django web application that displays both a digital clock and a calendar in the real time .
- Digital clock showing the current date and time.
- Calendar display for the current month with the ability to navigate to different months and years.
- Clone this repository.
- Install dependencies with
pip install -r requirements.txt
. - Run the Django development server with
python manage.py runserver
. - Access the application at http://localhost:8000/.
- Upon accessing the application, you will see the digital clock and the calendar.
- Use the form to input a specific month and year to view the calendar for that period.
- Django
- HTML
- CSS
- Python
This project is licensed under the MIT License - see the LICENSE file for details.