add movie-explorer
This commit is contained in:
parent
362ebf3c6c
commit
ca34ebf3a1
13
index.html
13
index.html
|
@ -130,6 +130,17 @@
|
|||
<a>demo</a>
|
||||
<a>source</a>
|
||||
</li>
|
||||
<li class="container">
|
||||
|
||||
<h3>Movie-Explorer</h3>
|
||||
<p>
|
||||
An app for when you don't know what movie to watch, written in
|
||||
Typescript/React.
|
||||
</p>
|
||||
<a href="https://demos.ajstepien.xyz/movie-explorer">demo</a>
|
||||
<a
|
||||
href="https://projects.ajstepien.xyz/Resume/movie-explorer">source</a>
|
||||
</li>
|
||||
<li class="container">
|
||||
|
||||
<h3>Calculator</h3>
|
||||
|
@ -137,7 +148,7 @@
|
|||
A simple calculator app written in React.
|
||||
</p>
|
||||
<a href="https://demos.ajstepien.xyz/calculator/">demo</a>
|
||||
<a href="https://projects.ajstepien.xyz/andrzej/calculator">source</a>
|
||||
<a href="https://projects.ajstepien.xyz/Resume/calculator">source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</figure>
|
||||
|
|
Loading…
Reference in New Issue