A basic React clock showing the current time and date.
Go here for live demo.
- React - A javascript library for building user interfaces
- create-react-app - React project boilerplate
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node
- Npm
Type the following commands in the terminal to verify your node and npm versions
node -v
npm -v
Follow the following steps to get development environment running.
- Clone this repo
- Install node modules using npm or yarn
cd react-clock
npm install
- Add 24h/12h switch
- Add styles
- Add a reusable header component
If you find any bug or want to propose a feature, feel free to open an issue or create a pull request.