+ MKRhere
Web home of designer, developer, and{" "}
architect Muthu Kumar.
diff --git a/src/pages/Projects.js b/src/pages/Projects.js
index 3494635..5f39a0e 100644
--- a/src/pages/Projects.js
+++ b/src/pages/Projects.js
@@ -24,25 +24,25 @@ const exp = [
tags: ["minecraft", "node"],
},
{
- title: window.location.hostname,
- description: "This website.",
- url: "https://github.com/mkrhere/pw2",
+ title: "mkr/bin",
+ description: "Frontend JavaScript-free code-sharing pastebin app.",
+ url: "https://github.com/mkrhere/bin",
cat: "web",
- tags: ["react", "css-in-js"],
+ tags: ["mithril", "ssr", "pastebin"],
},
{
- title: "runtype",
- description: "Runtime-safe library to bring untyped values into TypeScript.",
- url: "https://codefeathers.github.io/runtype",
- cat: "lib",
- tags: ["typescript", "runtime"],
+ title: "The Guard",
+ description: "Telegram bot to help administer networks with large number of groups.",
+ url: "https://github.com/thedevs-network/the-guard",
+ cat: "bot",
+ tags: ["telegram", "bot"],
},
{
- title: "Telecraft",
- description: "Pluggable Minecraft server management utils.",
- url: "https://github.com/telecraft",
- cat: "tool",
- tags: ["minecraft", "node"],
+ title: "vy",
+ description: "(in dev) Stream-first functional utilities library.",
+ url: "https://github.com/MKRhere/vy",
+ cat: "lib",
+ tags: ["typescript", "stream", "functional-programming"],
},
];
@@ -103,7 +103,7 @@ const ProjectUnit = ({ title, url, description, cat, tags }) => {
right: 1rem;
bottom: 1rem;
font-weight: bold;
- color: #bbb;
+ color: #bbbbbb;
font-size: 0.8rem;
`}>
{cat}
@@ -115,7 +115,7 @@ const ProjectUnit = ({ title, url, description, cat, tags }) => {
function Exp() {
return (
-
+
What else have I built?
Some tools, libraries, and apps over time:
{exp.map(unit => (
-
+
))}