This project is a simple digital clock built with React and Vite. You can preview it here.
- Clone the repository.
- Run
npm install
to install the dependencies. - Run
npm run dev
to start the development server.
- Open the application in your browser.
- The digital clock will display the current date and time in the format "MM/DD/YYYY" "HH:MM:SS AM/PM" as well as Military Time.
- Display the current date in the format "MM/DD/YYYY".
- Display the current time in the format "HH:MM:SS AM/PM".
- Display the current time in Military Time format
- Update the time every second.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.