This Digital Clock Application is a simple yet elegant web app built with React.js, displaying the current IST time and date in a user-friendly format. It updates in real-time, making it a perfect tool for keeping track of time.
- 🕒 Real-time Clock: Updates every second to show the current IST time.
- 📅 Date Display: Shows the current date in a readable format.
- 🌙 12-Hour Format: IST Time is displayed in a 12-hour format with AM/PM.
- 📱 Responsive Design: Works seamlessly across various devices.
You can check out the live application here: digital-clock.abishaek.com.
- Frontend: React.js
- Node.js: v21.7.3
- npm: v10.5.0
To run this application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/abishaekduresh/DigitalClock-ReactJS.git
-
Navigate into the project directory:
cd digital-clock
-
Install dependencies:
npm install
-
Run the application:
npm run dev
The application will be running at http://localhost:5173.
- Live Demo Link: https://digital-clock.abishaek.com/.
- Repository Link: Replace
https://github.com/abishaekduresh/DigitalClock-ReactJS.git
. - Personalization: Feel free to add or modify sections as needed!