# react-svg-clock

> 👋 Hi there! My name is Zakk Shinikchiev! This is my implementation of svg clock with react.

Latest version **1.0.2** (published 2020-03-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-svg-clock
pnpm add react-svg-clock
yarn add react-svg-clock
bun add react-svg-clock
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-03-29 |
| First published | 2020-03-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 48.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Zahary Shinikchiev |
| Maintainers | zakkster |
| Keywords | react, svg, clock |

## Links

- npm: https://www.npmjs.com/package/react-svg-clock
- Repository: https://github.com/PeshoVurtoleta/react-svg-clock
- Homepage: https://github.com/PeshoVurtoleta/react-svg-clock#readme
- Issues: https://github.com/PeshoVurtoleta/react-svg-clock/issues
- npm.io page: https://npm.io/package/react-svg-clock

## Dependencies (3)

- [react](https://npm.io/package/react.md) ^16.13.1
- [react-dom](https://npm.io/package/react-dom.md) ^16.13.1
- [react-scripts](https://npm.io/package/react-scripts.md) 3.4.1

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2020-03-29
- 1.0.0 — 2020-03-28

## README

# React svg clock

👋 Hi there! My name is Zakk Shinikchiev! This is my implementation of svg clock with react.

[![Watch on GitHub][github-watch-badge]][github-watch]
[![Star on GitHub][github-star-badge]][github-star]
[![Code Coverage][coverage-badge]][coverage]
[![Netlify Status][deploy-status]][deploys]
[![MIT license][license-badge]][license]

## System Requirements

* [git][git] v2.14.1 or greater
* [NodeJS][node] v8.9.4 or greater
* [npm][npm] v5.6.0 or greater

To verify things are set up properly, you can run this:

```
git --version
node --version
npm --version
```

## Running the app

To get the app up and running (and really see if it worked), run:

```shell
npm start
```

This should start up your browser. If you're familiar, this is a standard
[react-scripts](https://github.com/facebook/create-react-app) application.

## Running the tests

```shell
npm test
```

```shell
npm test:watch
```

```shell
npm test:coverage
```

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.<br />
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br />
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.<br />
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more 
information.

### `npm run build`

Builds the app for production to the `build` folder.<br />
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.<br />
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

## Demo:

[react-svg-clock](https://react-svg-clock.netlify.com/)

[npm]: https://www.npmjs.com/
[node]: https://nodejs.org
[git]: https://git-scm.com/
[github-watch]: https://github.com/PeshoVurtoleta/react-svg-clock/watchers
[github-watch-badge]: https://img.shields.io/github/watchers/PeshoVurtoleta/react-svg-clock?style=social
[github-star-badge]: https://img.shields.io/github/stars/PeshoVurtoleta/react-svg-clock?style=social
[github-star]: https://github.com/PeshoVurtoleta/react-svg-clock/stargazers
[coverage-badge]: https://img.shields.io/codecov/c/github/PeshoVurtoleta/react-svg-clock.svg?style=flat-square
[coverage]: https://codecov.io/github/PeshoVurtoleta/react-svg-clock
[deploy-status]: https://api.netlify.com/api/v1/badges/89ba913c-e72a-4693-a329-7dc7d63b7717/deploy-status
[deploys]: https://app.netlify.com/sites/react-svg-clock/deploys
[license]: https://github.com/PeshoVurtoleta/react-svg-clock/blob/master/LICENSE.txt
[license-badge]: https://img.shields.io/badge/license-MIT-brightgreen

---
_Source: https://npm.io/package/react-svg-clock · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
