Skip to content

Commit

Permalink
add project
Browse files Browse the repository at this point in the history
  • Loading branch information
nomnivore committed May 23, 2024
1 parent 6c201a2 commit 29e4181
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ const projects = [
badges:
"HTML,Tailwind CSS,JavaScript,React,Gatsby,Framer Motion,GitHub Pages",
},
{
title: "parcrumb",
desc: `A simple, open-source, and lightweight parser combinator library for TypeScript. Ships with a full
suite of parsers for all kinds of common use-cases, and is easily extended with custom parsers. Developed
and tested using Bun, but published to NPM as a standalone package to use in any Bun/Node/browser environment.`,
sourceUrl: "https://github.com/normnivore/ollama.nvim",
badges: "TypeScript,Parsers,Testing,NPM Registry",
},
{
title: "React Training Module",
desc: `Created for CIT255 course at NMC. Groups were tasked with creating educational material
Expand Down

0 comments on commit 29e4181

Please sign in to comment.