<p align="center">Timetable Designer was written in C# and WPF framework. App facilitates the creation of school timetables by detecting conflicts between classes at the group, room and teacher levels and by presenting the plan in an accessible form with drag & drop support. This project was part of "Individual Project" course at Warsaw University of Technology.</p>
> This is only mirror repository. All changes are first uploaded to the repository <a href="https://repos.mateuszskoczek.com/MateuszSkoczek/TimetableDesigner">here</a>. Releases and documentation (Wiki) are also published on original repository. However, Github repository handles issues for better accessibility.
> There is newer version of this app, rewritten as web application. You can check it out <a href="https://repos.mateuszskoczek.com/TimetableDesigner">here</a>. It may be still in development stage.
> [!IMPORTANT]
> App is no longer maintained, but should work properly.
Download latest package version from Releases tab and unpack it. Inside you will find all files required to run application and the application itself. You shouldn't need to install any dependencies. Just run "TimetableDesigner.exe".
You can find usage instructions in repository <a href="https://repos.mateuszskoczek.com/MateuszSkoczek/TimetableDesigner/wiki">Wiki</a> tab.
This project is open source on MIT License, so you can just copy and upload again to your repository. But according to the license, you must include information about the original author. You can find license <a href="https://repos.mateuszskoczek.com/MateuszSkoczek/TimetableDesigner/src/branch/main/LICENSE">here</a>.