This project is a Digital Clock application built using the C programming language.
It runs directly in the terminal and displays the current time in HH:MM:SS format according to your choice of time format i.e. 12-Hour Format or 24 Hour Format, updating every second.
- Real-time clock display in the console.
- Automatically updates hours, minutes, and seconds.
- Simple and minimal UI.
- Utilizes standard C libraries.
Language: C
Library: <time.h> for retrieving and manipulating system time.
System Functions: Used for creating timed delays (sleep() or Sleep() depending on OS).
Handling system time in C.
Implementing loops for real-time updates.
Using terminal output formatting.
Contributions are welcome! Feel free to fork the repository and submit a pull request.
Feedback is always appreciated!
Let me know if you have suggestions for improvements or ideas for additional features.