https://github.com/simoneas02/react-alarm-clock
:alarm_clock: Alarm clock for developers
https://github.com/simoneas02/react-alarm-clock
alarm-clock js react reactjs-es6
Last synced: 3 months ago
JSON representation
:alarm_clock: Alarm clock for developers
- Host: GitHub
- URL: https://github.com/simoneas02/react-alarm-clock
- Owner: simoneas02
- License: mit
- Created: 2017-03-19T23:08:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T17:23:40.000Z (almost 7 years ago)
- Last Synced: 2025-04-14T20:41:44.071Z (about 1 year ago)
- Topics: alarm-clock, js, react, reactjs-es6
- Language: JavaScript
- Size: 36.9 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Alarm Clock
> Alarm clock for developers
## Run the project local
**0 -** install the basic dependencies
- [NodeJS](https://nodejs.org/en/)
**1 -** Clone the project and install the dependencies:
```sh
$ git clone https://github.com/simoneas02/react-alarm-clock
$ cd react-alarm-clock/
$ npm install
```
**2 -** Start development mode:
```sh
$ npm start
```
## Contributing
Find on our [issues](https://github.com/simoneas02/react-alarm-clock/issues/) the next steps of the project ;)
Want to contribute? [Follow these recommendations](https://github.com/simoneas02/react-alarm-clock/issues/blob/master/CONTRIBUTING.md).
## History
See [Releases](https://github.com/simoneas02/react-alarm-clock/releases) for detailed changelog.
## License
[MIT License](https://github.com/simoneas02/react-alarm-clock/blob/master/LICENSE.md) © [Simone Amorim](https://simoneas02.github.io)