Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaihotz/react-analog-clock
Simple Analog Clock done with React and Styled Components
https://github.com/kaihotz/react-analog-clock
analog analog-clock clock create-react-app react reactjs styled-components
Last synced: 18 days ago
JSON representation
Simple Analog Clock done with React and Styled Components
- Host: GitHub
- URL: https://github.com/kaihotz/react-analog-clock
- Owner: KaiHotz
- Created: 2018-12-28T12:34:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T01:48:48.000Z (7 months ago)
- Last Synced: 2024-10-14T22:43:40.305Z (about 1 month ago)
- Topics: analog, analog-clock, clock, create-react-app, react, reactjs, styled-components
- Language: JavaScript
- Homepage: https://kaihotz.github.io/React-Analog-Clock/
- Size: 700 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
# React-Analog-Clock
Simple Analog Clock done with React and Styled Components## Getting Started
[Live Demo](https://KaiHotz.github.io/React-Analog-Clock)
There are two methods for getting started with this repo.
### Familiar with Git?
```
> git clone [email protected]:KaiHotz/React-Analog-Clock.git
> cd React-Analog-Clock
> npm install
> npm start
> in your Browser open http://localhost:3000
```### Not Familiar with Git?
Click [here](https://github.com/KaiHotz/React-Analog-Clock/archive/master.zip) to download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
```
> cd React-Analog-Clock
> npm install
> npm start
> in your Browser open http://localhost:3000
```## Support
If you like the project and want to support my work, you can buy me a coffee :)[![paypal](https://img.shields.io/badge/donate-paypal-blue.svg)](https://paypal.me/kaihotz)