BrighterSpace is a task and course management app designed to help students organize their academic schedules, manage tasks, and stay on top of deadlines. The application integrates with SQLite for database management, ensuring persistent data storage. Features include task notifications, custom themes, and user-friendly navigation.
Download the Latest Release
- Visit the Releases page.
- Launch the application on your preferred platform.
- Use the navigation bar to access the Home, Tasks, Courses, or Profile sections.
- Add or edit courses and tasks using the respective modals.
- View and manage your tasks with deadlines and notifications.
- Task Management: Create, update, and delete tasks with associated deadlines.
- Course Management: Organize courses by terms and years.
- Push Notifications: Get notified about upcoming tasks and deadlines.
- Custom Themes: Enhance the user experience with visually appealing themes.
- SQLite Integration: Store and retrieve data locally for persistent use.
We welcome contributions to BrighterSpace! Here's how you can help:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Commit your changes and push them to your fork:
git push origin feature/your-feature-name
-
Submit a pull request with a detailed description of your changes.