This project was bootstrapped with Create React App.
Reactime is a simple World Clock App made using React and Semantic UI React which uses the Day.js library to display the times of major cities across the world.
A full working demo of this app can be viewed here
- React: the framework
- Semantic UI React: the UI
- Day.js: the time displayer
- react-tsparticles: the particle effect
- Clone the repository using the GitHub CLI
gh repo clone savioxavier/Reactime
- Change the working directory
cd Reactime
- Install the required dependencies
npm install
- Run the app
npm start
You're all set!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.