Simple meditation application with sounds and timer
The application allows the user to set a timer (with presets already defined or customisable) to start the meditation session, accompanied with different sounds
- The application is developed with React
- Styled-components for css style
- Routing system
- Redux
- Clone the repository
git clone https://github.com/Priotts/MeditationApp.git
- Type
npm install
- Start a demo by typing
npm run dev