This project is a terminal-based clock application written in Rust. It displays the current time and date in the terminal and updates every second. The project demonstrates the basics of Rust programming, including handling system time and terminal output. It is designed to be a simple, interactive tool for learning Rust.
โโโ src โ โโโ main.rs โโโ Cargo.toml โโโ Cargo.lock โโโ .gitignore โโโ README.md
- Rust programming language (Install via rustup)
- Cargo (Rust's package manager, included with Rust)
- A terminal or command prompt
-
Clone the repository:
git clone https://github.com/SyedFahad7/Terminal-Clock
-
Navigate into the project directory:
cd TerminalClock
-
Build the project:
cargo build
-
Run the application:
cargo run
- The application will start and display the current time and date in the terminal.
- It updates the time every second, providing a live clock display.
This project is licensed under the MIT License.
I'm a full stack Web & App Developer and an undergrad Data Science Student ๐จโ๐ป๐