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

https://github.com/5tarlight/ai-changzo-set

Automatically manage your online class schedules, analyze your online studies, and get alarm of when and what to prepare for next class
https://github.com/5tarlight/ai-changzo-set

boilerplate electron online-class react schedule-management schedule-manager typescript

Last synced: 3 months ago
JSON representation

Automatically manage your online class schedules, analyze your online studies, and get alarm of when and what to prepare for next class

Awesome Lists containing this project

README

        

# S.E.T.
S.E.T. means Sensory Educational System developed by YEAHx4(5tarlight) of HYUH Ai Codist. This program serves you to support you and prevent you from getting distracted by online lecture tsunami. Check your timetable of the day and access online link immediately. Test yourself with weekly and monthly analysis. Set your class.

## Features
- Auto timetable generator
- Clock
- Link to remote class
- Self-check
- Statistics

## Requirements
- Node.js (16 or higher)

## Installation
1. Install dependencies
```bash
yarn
```

2. Start dev client
```bash
yarn start
```

3. Build executables

this will create executables fit to your os and architecture.
```bash
yarn build
```
Or, to make .exe or .app portable run below.
```bash
yarn package
```

## Credits
HYUH Ai Codist