The Work-Life Balance App is a React Native application designed to help users achieve a better balance between their professional and personal lives. It offers features to track tasks, set reminders, manage schedules, and promote mindfulness through personalized tips and recommendations.
- Task Management: Easily create, update, and delete tasks, assigning priority levels to stay organized.
- Schedule Planner: Plan your day with a user-friendly calendar interface.
- Reminders: Set notifications for important tasks and events to never miss a deadline.
- Mindfulness Tips: Access curated tips to enhance your work-life balance.
- Progress Tracking: Monitor your achievements with detailed reports and analytics.
- Frontend: React Native
- State Management: Redux
- Navigation: React Navigation
- Node.js (v14 or above)
- npm or Yarn
- Android Studio or Xcode (to run the app on emulators or devices)
-
Clone the repository:
git clone <repository_url> cd work-life-balance-app
-
Install dependencies:
npm install # or yarn install
-
Run the app:
- For Android:
npx react-native run-android
- For iOS:
npx react-native run-ios
- For Android:
- Launch the app on your device or emulator.
- Add tasks, set reminders, and track your progress.
- Explore mindfulness tips to improve your work-life balance.