https://github.com/janheinrichmerker/study-computer-science
📽️ Video player for the "Informatik studieren" advertisement movie.
https://github.com/janheinrichmerker/study-computer-science
computer-science react university university-project
Last synced: 4 months ago
JSON representation
📽️ Video player for the "Informatik studieren" advertisement movie.
- Host: GitHub
- URL: https://github.com/janheinrichmerker/study-computer-science
- Owner: janheinrichmerker
- License: mit
- Created: 2022-01-11T12:40:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-01T07:24:17.000Z (12 months ago)
- Last Synced: 2025-07-29T22:36:50.277Z (11 months ago)
- Topics: computer-science, react, university, university-project
- Language: TypeScript
- Homepage: http://study-computer-science.merker.app/
- Size: 5.77 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/janheinrichmerker/study-computer-science/actions/workflows/ci.yml)
[](https://codecov.io/github/janheinrichmerker/study-computer-science/)
[](https://github.com/janheinrichmerker/study-computer-science/issues)
[](https://github.com/janheinrichmerker/study-computer-science/commits)
[](LICENSE)
# 📽️ study-computer-science
Video player for the "Informatik studieren" advertisement movie.
_The project is developed as part of the Media Production lecture at [Anhalt University of Applied Sciences](https://hs-anhalt.de/en/) (in cooperation with [Martin Luther University Halle-Wittenberg](https://uni-halle.de))._
## User stories
Please refer to the [user stories](docs/user-stories.md) for details on the implemented features.
## Usage
The vieo player is a [React](https://reactjs.org/) app, built and run with [Yarn](https://yarnpkg.com/).
### Run
Run the app locally in development mode (page reloads on edits):
```shell script
yarn start
```
Now you use the app from [http://localhost:3000](http://localhost:3000) in your web browser
### Bundle
Build the app for production:
```shell script
yarn build
```
You'll find the bundled and optimized app in the `build` folder, ready for deployment.
## License
This project is [MIT licensed](LICENSE), you can use it for whatever you want as long as you mention this repository.
We use the [React](https://reactjs.org/) framework which is also [open source](https://github.com/facebook/react/blob/master/LICENSE).