https://github.com/hostuserhost/empower
Motivation alarm
https://github.com/hostuserhost/empower
alarm-clock alarmclock flutter flutter-app flutter-apps motivation motivational-quotes productivity
Last synced: 8 months ago
JSON representation
Motivation alarm
- Host: GitHub
- URL: https://github.com/hostuserhost/empower
- Owner: hostuserhost
- License: gpl-3.0
- Created: 2024-08-27T16:56:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-27T17:01:37.000Z (about 1 year ago)
- Last Synced: 2025-01-31T20:55:58.006Z (9 months ago)
- Topics: alarm-clock, alarmclock, flutter, flutter-app, flutter-apps, motivation, motivational-quotes, productivity
- Language: C++
- Homepage:
- Size: 9.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Motivation Alarm
## Description
Motivation Alarm is a Flutter application designed to help users start their day with positivity and motivation. The app sends motivational quotes or messages at set times, encouraging users to stay focused and inspired.## Features
- Set multiple alarms with customizable times
- Receive motivational quotes or messages at each alarm
- Choose from a variety of themes and sounds
- Snooze functionality for each alarm
- User-friendly interface for easy navigation## Installation
1. **Clone** the repository:
```bash
git clone https://github.com/yourusername/motivation_alarm.git
```
2. **Navigate** into the project directory:
```bash
cd motivation_alarm
```
3. **Install** dependencies:
```bash
flutter pub get
```
4. **Connect** a device or start an emulator.
5. **Run** the app:
```bash
flutter run
```## Usage
1. **Open** the app and create an account or sign in.
2. **Set** your desired alarm times in the Alarms tab.
3. **Choose** motivational quotes or messages from the library or add your own.
4. **Customize** alarm sounds and themes.
5. **Save** your settings and enjoy daily motivation!## Contributing
1. **Fork** the repository.
2. **Create** a new branch:
```bash
git checkout -b feature/your-feature
```
3. **Commit** your changes:
```bash
git commit -am 'Add some feature'
```
4. **Push** to the branch:
```bash
git push origin feature/your-feature
```
5. **Submit** a pull request.## License
This project is licensed under the MIT License.