An open API service indexing awesome lists of open source software.

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.

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`.