An open API service indexing awesome lists of open source software.

https://github.com/notaymanm/brighterspace

BrighterSpace is a task and schedule management app. It integrates dynamic task handling, a visually interactive calendar, and custom animations to enhance user engagement. The app features personalized notifications and supports multi-screen navigation for a seamless user experience.
https://github.com/notaymanm/brighterspace

android apk expo mobile-app organization react-native school-tracker

Last synced: about 2 months ago
JSON representation

BrighterSpace is a task and schedule management app. It integrates dynamic task handling, a visually interactive calendar, and custom animations to enhance user engagement. The app features personalized notifications and supports multi-screen navigation for a seamless user experience.

Awesome Lists containing this project

README

          

# 📂 BrighterSpace

## 💡 Description
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.

## 📋 Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributing](#contributing)

## 🚀 Installation
**Download the Latest Release**
- Visit the [Releases page](https://github.com/NotAymanm/BrighterSpace/releases).

## 📖 Usage
1. Launch the application on your preferred platform.
2. Use the navigation bar to access the Home, Tasks, Courses, or Profile sections.
3. Add or edit courses and tasks using the respective modals.
4. View and manage your tasks with deadlines and notifications.

## ✨ Features
- **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.

## 🤝 Contributing
We welcome contributions to BrighterSpace! Here's how you can help:
1. Fork the repository.
2. Create a new branch for your feature or bug fix:

```bash
git checkout -b feature/your-feature-name
```

3. Commit your changes and push them to your fork:

```bash
git push origin feature/your-feature-name
```

4. Submit a pull request with a detailed description of your changes.