Skip to content

Commit

Permalink
feat(projects): add Negative Base Converter and The Sound of Personality
Browse files Browse the repository at this point in the history
  • Loading branch information
tinnamchoi committed Sep 7, 2023
1 parent 5234318 commit fe3b518
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ <h4>HTML, CSS, JS</h4>
<path d="M 1350 550 h 100 l 0 100 h 100 l 100 0 v 300 h -100 l 0 -200 h -100 l 0 200 h -100 v -400" />
<foreignObject x="1300" y="500" width="400" height="500">
<div>
<h3>Project 2</h3>
<h3>Negative Base Converter</h3>
<h4>HTML, CSS, JS</h4>
<ul>
<li>Coming soon</li>
<li>Web app that converts numbers from any base to any other base, including negative bases</li>
<li>Researching an algorithm that can deal with the conversion properly when it comes to fractional numbers</li>
</ul>
</div>
</foreignObject>
Expand All @@ -112,9 +114,10 @@ <h3>Project 2</h3>
<path d="M 1750 650 h 300 v 300 h -300 v -300 m 100 100 l 100 0 l 0 100 l -100 0 l 0 -100" />
<foreignObject x="1700" y="600" width="400" height="400">
<div>
<h3>Project 3</h3>
<h3>The Sound of Personality</h3>
<h4>JavaScript, Spotify API</h4>
<ul>
<li>Coming soon</li>
<li>Figuring out and troubleshooting the Spotify API to estimate the user's MBTI type based on their music preferences</li>
</ul>
</div>
</foreignObject>
Expand Down

0 comments on commit fe3b518

Please sign in to comment.