Serenity is a modern web application designed to help you track and enhance your wellness journey. Whether you're looking to practice yoga, meditate, or simply keep track of your daily wellness activities, Serenity provides a user-friendly interface to support your goals.
- Wellness Dashboard: A comprehensive dashboard that displays your wellness activities, including yoga sessions and guided meditations.
- Yoga Sessions: Access a variety of yoga sessions with different durations and difficulty levels.
- Guided Meditations: Listen to guided meditations to help you relax and focus.
- User Authentication: Secure login and profile management.
- Responsive Design: Works seamlessly on desktop and mobile devices.
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/adharvarun/Serenity.git cd serenity -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn dev -
Open your browser and navigate to
http://localhost:9002.
Contributions are welcome! Please feel free to submit a Pull Request.