Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.17 KB

Digital Clock using React.js 🕒

Image

Built With 💻

React HTML5 CSS

Table of Contents 📚

Installation 🛠️

  1. Clone the repository:
    https://github.com/SachindaBandara/Digital-Clock-using-React.git
  2. Navigate into the project directory:
    cd DigitalClock
  3. Install the dependencies:
    npm install
    

Usage 🚀

Start the development server:

npm run dev

Open your browser and go to http://localhost:3000 to see the digital clock in action.

Features ✨

  1. Displays the current time in HH:MM:SS format.

  2. Updates every second to reflect real-time.

  3. Responsive design suitable for various devices.

😎Feel free to tweak the sections to match your project's specifics and personal style. Happy coding!🎉