This is not an official Project/App/Webseite of the Technical University Ingolstad (Technische Hochschule Ingolstadt).
Progressiv Web App build with React providing the core functionality of the offical THI App, but good.
A Hosted version of the site can be found here.
Overview page with a canceled class.
The offical App is slow, unreliable and instable. Goal of this project is a fast, relibale and stable Progressiv Web App. Features are less important than a good user experience.
You’ll need to have Node >= 6
- Clone the project.
- Install dependecys.
npm install
- Start the development server.
npm start
The project was created with create-react-app.
Browsers does not allow Cross Origin Requests. Requests to https://www3.primuss.de/stpl/login.php need to be proxyed or CORS localy enabled in the browser. For more information see: developer.mozilla.org/en-US/docs/Web/HTTP/CORS