diff --git a/_portfolio/vimtok.md b/_portfolio/vimtok.md new file mode 100644 index 0000000..6522ba1 --- /dev/null +++ b/_portfolio/vimtok.md @@ -0,0 +1,39 @@ +--- +layout: portfolio +title: Vimtok +date-start: 2019-11 +date-end: 2019-12 +category: usi +languages: ExpressJS (Node.js) + Mostly vanilla JS +authors: + - Mejrima Smajilbasic + - Renato Iannace + - Matteo Omenetti +images: + - vimtok/home.png + - vimtok/gallery.png + - vimtok/post.png + - vimtok/user.png +description: Video snippet sharing social media website prototype +repo-type: github +repo-url: https://github.com/Carrisiland/vimtok + +--- + +This website is a 4-week project for the *Software Atelier 3* class in USI. This +was a group project of 4 people, in which I took turn at being the team leader. + +The function of this website is to allow sharing parts of videos already +uploaded on *Youtube* or *Vimeo* without *freebooting* the original content +creator. The user can specify a video link and a start-end time, and publish a +post on the platform. The post will appear as an either *Youtube* or *Vimeo* +embedded video player looping automatically in the specified interval. Users can +also like and comment on posts, create playlists/albums of posts, and follow other +users and get notified of their uploads. + +The website also features a special GIF generation feature implemented through +`youtube-dl` and `ffmpeg`. + +The website is currently online [here](https://vimtok.maggioni.xyz), but signup +and creation of anonymous posts are disabled due to the unmoderated nature of +the website. diff --git a/images/portfolio/vimtok/gallery.png b/images/portfolio/vimtok/gallery.png new file mode 100644 index 0000000..970dd1d Binary files /dev/null and b/images/portfolio/vimtok/gallery.png differ diff --git a/images/portfolio/vimtok/home.png b/images/portfolio/vimtok/home.png new file mode 100644 index 0000000..2055dad Binary files /dev/null and b/images/portfolio/vimtok/home.png differ diff --git a/images/portfolio/vimtok/post.png b/images/portfolio/vimtok/post.png new file mode 100644 index 0000000..24ec4a2 Binary files /dev/null and b/images/portfolio/vimtok/post.png differ diff --git a/images/portfolio/vimtok/user.png b/images/portfolio/vimtok/user.png new file mode 100644 index 0000000..22f0d38 Binary files /dev/null and b/images/portfolio/vimtok/user.png differ