tholman / the-zen-zone

Digital meditation aid

Home Page:https://thezen.zone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Zen Zone

The Zen Zone is an exploration into a kind of digital meditation, by providing small "games" that capture your attention.

The Games

Switches: This is perhaps the most simple one of the set, you are given 100 switches to turn on.

The Switches Game

Swirl: In this activity, you trace the pattern of a spiral, deminishing its size slowly.

The Swirl Game

Break: This involves moving your mouse to break a larger circle into smaller pieces.

The Break Game

Contributing

  1. Clone the repo: git clone https://github.com/tholman/the-zen-zone.git
  2. CD to directory: cd the-zen-zone
  3. Yarn install: yarn install
  4. Yarn start: yarn start

This should set up page on http://localhost:3000

For quicker development, it may be easier to change out some of the transition code in App.js.

Replacing

<TransitionGroup>
  { page }
</TransitionGroup>

with

<TransitionGroup>
  { currentPage }
</TransitionGroup>

Just remember to set it back before you request a merge :).

About

Digital meditation aid

https://thezen.zone


Languages

Language:JavaScript 83.8%Language:CSS 13.5%Language:HTML 2.7%