Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 627 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 627 Bytes

Meditation Online App

Simple meditation application with sounds and timer

Description

The application allows the user to set a timer (with presets already defined or customisable) to start the meditation session, accompanied with different sounds

Project features

  • The application is developed with React
  • Styled-components for css style
  • Routing system
  • Redux

Installation

  • Clone the repository
    git clone https://github.com/Priotts/MeditationApp.git
  • Type
    npm install
  • Start a demo by typing
    npm run dev