Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T04:18:23.000Z (4 months ago)
- Last Synced: 2024-08-11T19:58:37.877Z (3 months ago)
- Topics: computer-science, react, university, university-project
- Language: TypeScript
- Homepage: http://study-computer-science.merker.app/
- Size: 8.27 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://img.shields.io/github/actions/workflow/status/janheinrichmerker/study-computer-science/ci.yml?branch=main&style=flat-square)](https://github.com/janheinrichmerker/study-computer-science/actions/workflows/ci.yml)
[![Code coverage](https://img.shields.io/codecov/c/github/janheinrichmerker/study-computer-science?style=flat-square)](https://codecov.io/github/janheinrichmerker/study-computer-science/)
[![Issues](https://img.shields.io/github/issues/janheinrichmerker/study-computer-science?style=flat-square)](https://github.com/janheinrichmerker/study-computer-science/issues)
[![Commit activity](https://img.shields.io/github/commit-activity/m/janheinrichmerker/study-computer-science?style=flat-square)](https://github.com/janheinrichmerker/study-computer-science/commits)
[![License](https://img.shields.io/github/license/janheinrichmerker/study-computer-science?style=flat-square)](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).