Skip to content

maciejb2k/square_breathing

Repository files navigation

Square Breathing

Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.

Simple web app designed for square breathing technique, which stimulates vagus nerve and parasympathetic nervous system.

Online Version: https://square-breathing.vercel.app/

Technology stack: React, Typescript

Design

I've came up with UI idea, and below I'm linking a few screenshots of it.

home page setup page breathing page

Installation

Download this repo:

git clone https://github.com/maciejb2k/square_breathing.git

Install using NPM:

npm install
npm run start

Install using Yarn:

yarn install
yarn start