Lucive is an application designed to help users take control of their screen time. With Lucive, users form duos to keep each other accountable and stay on track with their digital detox goals.
- Duo-based Accountability: Each user pairs with a partner to monitor and support each other's screen time management.
- Customizable Rules: Set rules on specific apps, including:
- Hourly screen time limits
- Daily screen time limits
- Screen time limit for a session
- Initial delay of 10 seconds before opening an app
- Approval for Rule Changes: To change any rule, users must get permission from their partner, reinforcing accountability.
This project is licensed under the MIT License. See the LICENSE file for details.
We welcome contributions from the community! To contribute to this project, please follow these steps:
- Fork the repository: Click the "Fork" button at the top right of this repository to create a copy of the repository in your GitHub account.
- Clone the repository: Use
git clone
to clone the forked repository to your local machine. - Create a new branch: Create a new branch for your feature or bug fix using
git checkout -b your-branch-name
. - Make your changes: Implement your feature or fix the bug in your branch.
- Commit your changes: Use
git commit -m "Description of your changes"
to commit your changes. - Push to GitHub: Push your changes to your forked repository using
git push origin your-branch-name
. - Create a Pull Request: Go to the original repository and create a pull request from your forked repository. Provide a clear description of your changes and why they should be merged.
Thank you for your contributions!