Skip to content

Commit

Permalink
Merge branch 'another-one' of https://github.com/kubgus/kubgus.github.io
Browse files Browse the repository at this point in the history
 into another-one
  • Loading branch information
kubgus committed Sep 13, 2024
2 parents bb5cb85 + 737dbae commit 5039e53
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
Binary file added public/images/thumbnails/cells.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 46 additions & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default [
},
{
title: "stratus",
description: "Port forwarding service made with Express.js and Supabase.",
description: "Port forwarding site made with Express.js and Supabase.",
github: "https://github.com/kubgus/stratus",
website: "https://mrkd.dev/",
image: "images/thumbnails/stratus.png",
Expand Down Expand Up @@ -229,4 +229,49 @@ export default [
year: 2023,
rating: 2,
},
{
title: "learning nuxt",
description: "Profile viewing app that helped me understand the basics of Nuxt.js and APIs.",
github: "https://github.com/kubgus/learning-nuxt",
website: "https://learning-nuxt3.netlify.app/",
year: 2023,
rating: 1,
},
{
title: "c++ playground",
description: "Collection of assorted C++ micro-projects.",
github: "https://github.com/kubgus/cpp-playground",
year: 2023,
rating: 2,
},
{
title: "leetcode solutions",
description: "Collection of LeetCode solutions written in C++.",
github: "https://github.com/kubgus/leetcode",
year: 2024,
rating: 2,
},
{
title: "node.js playground",
description: "Collection of assorted (& outdated) Node.js micro-projects.",
github: "https://github.com/kubgus/node-playground",
year: 2022,
rating: 2,
},
{
title: "remify",
description: "Plain HTML, CSS, JS collaborative task list with a Firebase backend.",
github: "https://github.com/kubgus/remify",
website: "https://gustafik.com/remify/",
year: 2021,
rating: 3,
},
{
title: "cells",
description: "Advanced infinite high-score bullet-hell game in Scratch.",
website: "https://laiq.itch.io/cells",
image: "images/thumbnails/cells.png",
year: 2022,
rating: 2,
},
];

0 comments on commit 5039e53

Please sign in to comment.