Skip to content

Terminal Clock Using Rust ๐Ÿฆ€ A simple terminal clock project built with Rust. This project demonstrates basic Rust concepts while creating a functional and visually appealing clock that updates in real-time. Perfect for beginners looking to get hands-on experience with Rustโ€™s powerful features and the basics of terminal-based applications.

Notifications You must be signed in to change notification settings

SyedFahad7/Terminal-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Terminal Clock Project

Example Output

image

Description

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.

Project Structure

โ”œโ”€โ”€ src โ”‚ โ””โ”€โ”€ main.rs โ”œโ”€โ”€ Cargo.toml โ”œโ”€โ”€ Cargo.lock โ”œโ”€โ”€ .gitignore โ””โ”€โ”€ README.md

Getting Started

Prerequisites

  • Rust programming language (Install via rustup)
  • Cargo (Rust's package manager, included with Rust)
  • A terminal or command prompt

Installation

  1. Clone the repository:

    git clone https://github.com/SyedFahad7/Terminal-Clock
  2. Navigate into the project directory:

    cd TerminalClock
  3. Build the project:

    cargo build
  4. Run the application:

    cargo run

Usage

  • 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.

License

This project is licensed under the MIT License.

๐Ÿš€ About Me

I'm a full stack Web & App Developer and an undergrad Data Science Student ๐Ÿ‘จโ€๐Ÿ’ป๐Ÿ™Œ

Authors

About

Terminal Clock Using Rust ๐Ÿฆ€ A simple terminal clock project built with Rust. This project demonstrates basic Rust concepts while creating a functional and visually appealing clock that updates in real-time. Perfect for beginners looking to get hands-on experience with Rustโ€™s powerful features and the basics of terminal-based applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages