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

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

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)