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
- Host: GitHub
- URL: https://github.com/5tarlight/ai-changzo-set
- Owner: 5tarlight
- Created: 2021-08-25T07:54:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T04:26:18.000Z (11 months ago)
- Last Synced: 2025-01-20T07:07:49.993Z (4 months ago)
- Topics: boilerplate, electron, online-class, react, schedule-management, schedule-manager, typescript
- Language: TypeScript
- Homepage:
- Size: 5.74 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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