https://github.com/iaseth/ticktock
Animated Wall Clock in React.
https://github.com/iaseth/ticktock
clock react react-components reactjs
Last synced: 7 months ago
JSON representation
Animated Wall Clock in React.
- Host: GitHub
- URL: https://github.com/iaseth/ticktock
- Owner: iaseth
- License: mit
- Created: 2022-02-12T09:59:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T17:42:24.000Z (over 3 years ago)
- Last Synced: 2025-03-12T21:03:45.072Z (7 months ago)
- Topics: clock, react, react-components, reactjs
- Language: JavaScript
- Homepage: https://iaseth.github.io/ticktock
- Size: 2.71 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [Ticktock](https://iaseth.github.io/ticktock)
# [react-starter](https://github.com/iaseth/react-starter)
This is the template I use to start my React projects.
## It contains
* Default project setup with create-react-app.
* Tailwind setup.
* Added `.env` file with `BROWSER=none` to prevent `npm start` from opening the browser.
* Set `homepage` and added `predeploy` and `deploy` commands in `package.json`.
* Deleted `App.css` and `logo.svg`.
* Indented everything with Tabs, removed comments.
* Edited and cleaned `App.js` to show the below page.
* Added `MIT` License.
* Added `CHANGELOG.md`.