Skip to content

Commit

Permalink
update pizza proj. demo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
haach committed Apr 15, 2024
1 parent 0fbf149 commit 7bd982d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/data/work-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const workItems: Array<WorkItem> = [
text: 'The pizza creator was originally a small coding challenge that I decided to have some fun with by incorporating elements from one of my favorite childhood computer games: Pizza Connection 2. My goal was to create something that made the reviewers smile, and apparently it worked! Over time, I added more features but never got to perfect the code (meanwhile I was also fighting the outdated dependency monster). This code is also available on Github, plus there is a demo deployed on Vercel. Enjoy, and try to not get hungry ;)',
links: [
{type: LinkType.GITHUB, href: 'https://github.com/haach/pizza'},
{type: LinkType.DEMO, href: 'https://pizza-haach.vercel.app/'},
{type: LinkType.DEMO, href: 'https://pizza-murex.vercel.app/'},
],
tags: ['React', 'CRA', 'Styled Components', 'CSS animations'],
},
Expand Down

0 comments on commit 7bd982d

Please sign in to comment.