This is a simple digital clock built with React, created as a practice exercise. You can find the practice instructions at https://www.greatfrontend.com/questions/user-interface/digital-clock/react
Create a widget that renders the current time in HH:MM:SS format using a 7-segment digital display. You are free to choose to use 12-hour or a 24-hour display.
Here's an example of a digital clock. Each digit needs to be rendered by individual segments, but you can exercise your creativity by choosing different colors and styling it differently. It should however still function as a clock, allowing the user to read the time.
- Clone repository:
https://github.com/itsalysialynn/react-digital-clock.git- Install dependencies:
yarn- Start development server:
yarn start- Visit local app at http://localhost:3000
