Skip to content

del172/auramind

Repository files navigation

AuraMind

AuraMind is a comprehensive sleep and relaxation resource web application designed to help users struggling with sleep due to stressful life situations. The app features interactive tools, educational content, and personalized recommendations to improve sleep quality and overall wellbeing.

Features

Core Content

  • Sleep Action Plan: A comprehensive guide with techniques and resources
  • Binaural Beats Information: Educational content about how they work and their benefits
  • Sleep Affirmations: A collection of positive statements for better sleep
  • Mindfulness Techniques: Additional relaxation techniques to calm your mind and body

Interactive Features

  • Breathing Exercise Visualization Tool: Visual animations synchronized with breathing instructions
  • Audio Player for Binaural Beats: Custom player with sample tracks for different brainwave frequencies
  • Interactive Affirmation Cards: Flip card animation with save and share functionality
  • Sleep Quality Tracker: Track and visualize your sleep quality and patterns

Technology Stack

  • Next.js with TypeScript
  • Tailwind CSS for styling
  • React Hooks for state management

Getting Started

Prerequisites

  • Node.js 18.0.0 or later
  • npm or yarn

Installation

  1. Clone the repository
git clone https://github.com/yourusername/auramind.git
cd auramind
  1. Install dependencies
npm install
# or
yarn install
  1. Run the development server
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser to see the application

Project Structure

  • /src/app: Page components and routing
  • /src/components/ui: UI components like Header and Footer
  • /src/components/interactive: Interactive features like the Breathing Exercise tool
  • /src/components/engagement: Engagement features like email signup and feedback forms
  • /src/styles: Global styles and theme configuration
  • /src/lib: Utility functions and shared logic
  • /public: Static assets like images and audio files

Future Enhancements

  • User accounts for saving preferences and tracking progress
  • Additional guided meditation content
  • Expanded sleep education resources
  • Community features for sharing experiences
  • Mobile app version

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A sleep and relaxation resource web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages