/react-clock

A simple react clock

Primary LanguageJavaScriptMIT LicenseMIT

React Clock

A simple react clock

A basic React clock showing the current time and date.

Go here for live demo.

👨‍💻 Tech stack

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node
  • Npm

Type the following commands in the terminal to verify your node and npm versions

node -v
npm -v

Install

Follow the following steps to get development environment running.

  • Clone this repo
  • Install node modules using npm or yarn
cd react-clock
npm install

⏰ TODO

  • Add 24h/12h switch
  • Add styles
  • Add a reusable header component

🖐 Contributing

If you find any bug or want to propose a feature, feel free to open an issue or create a pull request.