About project
This project was created for the "Programming in C++ 1" course at FNSPE CTU.
Why even make this? Why the web?
- I very much dislike that you cannot customize the timetable given by the faculty. So creating a tool of my own was on the horizon for a long time.
- This tool gives you the ability to make your timetable truly yours, without compromising quality or looks.
- Developing this for the web seems like a logical choice:
- Users don't have to download anything, everyone has a browser to use this app
- Works on multiple platforms out-of-the-box
- Learning to make the backend in C++ instead of the classical PHP/Node.js
- Is easily expandable with more features (see below)
Planned expansion:
- Optimise the site for mobile users
- More timetable generator functionality
- Add all official timetables to be edited by the user
- Create login system
- Create a database for users and their timetables
- Create a friend system so that users can see other's timetables
- ? Create an android widget app that will display users' timetables ?