<p align="center">
  <img width=150 alt="ZenTime logo" src="/src/images/icon-lotus-colored-purple.svg">
</p>

<p align="center">
  <a href="https://david-dm.org/alexdevero/zentime-meditation-web-app"><img alt="Dependency Status" src="https://david-dm.org/alexdevero/zentime-meditation-web-app.svg?style=flat"></a>
  <a href="https://david-dm.org/alexdevero/zentime-meditation-web-app?type=dev"><img alt="devDependency Status" src="https://david-dm.org/alexdevero/zentime-meditation-web-app/dev-status.svg?style=flat"></a>
  <a href="http://opensource.org/licenses/MIT"><img alt="MIT License" src="https://img.shields.io/npm/l/express.svg"></a>
</p>

<p align="center">
  <a href="https://alexdevero.com"><img alt="Built by DEVERO" src="https://img.shields.io/badge/built%20by-DEVERO-brightgreen.svg?colorB=d30320"></a>
  <!-- <a href="https://www.npmjs.com/package/zentime-meditation-web-app"><img alt="Downloads last week" src="https://img.shields.io/npm/dw/localeval.svg"></a> -->
  <!-- <a href="https://www.npmjs.com/package/zentime-meditation-web-app"><img alt="Downloads last moth" src="https://img.shields.io/npm/dm/localeval.svg"></a> -->
  <!-- <a href="https://www.npmjs.com/package/zentime-meditation-web-app"><img alt="Downloads last year" src="https://img.shields.io/npm/dy/localeval.svg"></a> -->
  <a href="https://github.com/alexdevero/zentime-meditation-web-app/releases"><img alt="Current release" src="https://img.shields.io/github/release/alexdevero/zentime-meditation-web-app.svg"></a>
</p>

## ZenTime Meditation Web App - Meditation as easy as pushing a button

Simple meditation timer web app based on [react-mobx-react-router4-boilerplate](https://github.com/mhaagens/react-mobx-react-router4-boilerplate), built with [React](https://facebook.github.io/react), [React-Router 4](https://github.com/reacttraining/react-router), [MobX](https://mobxjs.github.io/mobx) & [Webpack 3](https://webpack.js.org/).

Are you excited about ZenTime web app? You don't have to wait or install anything! [Try ZenTime web app now](https://zentime.herokuapp.com/).


### Table of contents

* [Install](#install)
* [Usage](#usage)
* [Support this project](#support-this-project)
* [Code of Conduct](#code-of-conduct)
* [License](#license)

### Install

#### Clone this repo

```
git clone https://github.com/alexdevero/zentime-meditation-web-app.git
```

#### Install dependencies

```
npm install
```
or
```
yarn
```

### Usage

#### Run the project (on localhost:1337)

```
npm run start
```
or
```
yarn run start
```

#### Preview the minified production bundle (on localhost:1234)

```
npm run preview
```
or
```
yarn run preview
```

#### Build project

```
npm run build
```
or
```
yarn run build
```

### Support this project

<!-- This project is released as an open-source. If you need help with using this project, please ask and I will do my best reply to as soon as possible. You can use this project as you wish *for free*. Also, you can change the source code and redistribute it if you want. -->

Development and maintenance of this project takes a lot of time. If you want to support this project and help its author, there are few ways you can do it:

 - Starring and sharing the project
 - [![Donate](https://img.shields.io/badge/Donate-Paypal-brightgreen.svg?colorB=259cd2)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YKLGUUB34ASEL)—make one-time donations via PayPal.
 - [![Donate](https://img.shields.io/badge/Donate-Patreon-brightgreen.svg?colorB=f86213)](https://www.patreon.com/alexdevero)—set up monthly donation via Patreon and get interesting news about what I'm doing.
 - <img alt="Releases" src="https://img.shields.io/badge/Donate-Bitcoin-brightgreen.svg?colorB=fab915">—send bitcoins or ethereum to this address: `19jHGagJWeVvuNjN3kaBoAszXd9ea9gKzp`.

Thank you!

### Code of Conduct

[Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.

### License

MIT © [Alex Devero](https://alexdevero.com).
