A simple clock application with toggleable date using reactjs
A simple clock application with toggleable date using ReactJS.
Check here for live demo.
Run the command below to install node packages
npm install
or
yarn install
To start the application run the command below, open a browser and go to http://localhost:3000
npm start
or
yarn start
This project is licensed under the MIT License - see the LICENSE.md file for details.