https://github.com/maksim2498/uni-schedule
Simple uni schedule-rendering web-app written myself for myself
https://github.com/maksim2498/uni-schedule
scheduler webapp
Last synced: 10 months ago
JSON representation
Simple uni schedule-rendering web-app written myself for myself
- Host: GitHub
- URL: https://github.com/maksim2498/uni-schedule
- Owner: Maksim2498
- License: mit
- Created: 2022-09-05T11:55:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T12:49:27.000Z (about 3 years ago)
- Last Synced: 2025-03-14T16:12:07.647Z (over 1 year ago)
- Topics: scheduler, webapp
- Language: JavaScript
- Homepage:
- Size: 3.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Uni Schedule

## Table of Contents
- [Table of Contents](#table-of-contents);
- [About](#about);
- [Running](#running).
## About
This is my uni shcedule rendering web-app wirtten myself
for myself. You can customize it for your own usage
altering [shcedule file](/src/js/schedule.js).
You can test it [here](http://sched.uni.fominmv.ru).
## Running
Firstly, you need to [install Python](https://www.python.org/downloads/)
if you don't have one. Scondly, run [run.sh file](/run.sh)
or [run.bat file](/run.bat) depending on your OS (Unix-like
or Windows respectively) and web-app will be available
at [localhost:8000](http://localhost:8000).