Skip to content

Commit

Permalink
Add information about ScratchThat
Browse files Browse the repository at this point in the history
  • Loading branch information
parpok committed Jul 22, 2024
1 parent 6336c6a commit af7ab97
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
Binary file added content/projects/ScratchThat/iPhoneHistory.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/projects/ScratchThat/iPhoneMain.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,44 @@

<div class="container" id="CenterContainer">
<div class="projectList" id="projectsList">
<div class="project" id="ScratchThat">
<div class="leftSide">
<img
src="./content/projects/ScratchThat/iPhoneNowPlaying.PNG"
alt="ScratchThat app"
height="500"
width="250"
/>
</div>
<div class="rightSide">
<div>
<h1></h1>
<p>
I wanted to make an app that would share Apple Music listening
status. This is a prototype of tha. It only works with Apple
Music due to MediaPlayer library limits. While making this
project I learned a bit on woking with event listeners (calling
it NotificationCenter.main feels weird) and dealing with threads
for perfomance improvement.
</p>
</div>

<div id="stack">
<h2>Tech used</h2>
<ul>
<li>SwiftUI</li>
<li>SwiftData</li>
<li>MediaPlayer</li>
</ul>
</div>
<a href="https://github.com/parpok/ScratchThat" target="_blank"
><div id="githubThisWebsite" class="GitProjectButton">
🐙😺 View this project on GitHub
</div>
</a>
</div>
</div>

<div class="project" id="ThisWebsite">
<div class="leftSide">
<img
Expand Down

0 comments on commit af7ab97

Please sign in to comment.