Skip to content

Commit

Permalink
docs(add new project): Add new example project for notes taking app (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JungRama authored Oct 15, 2023
1 parent e71bedd commit 972051e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions www/src/components/docs/openSourceAppList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,14 @@ const projects: App[] = [
linkName: "henriqgoncalvs.com",
link: "https://henriqgoncalvs.com",
},

{
description: "Code Notes - Takes your notes without any b*llshit",
repoName: "JungRama/code-notes",
repo: "https://github.com/JungRama/code-notes",
linkName: "code-notes-app.vercel.app",
link: "https://code-notes-app.vercel.app",
},
];

export default function OpenSourceAppList({
Expand Down

2 comments on commit 972051e

@vercel
Copy link

@vercel vercel bot commented on 972051e Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-upgrade – ./upgrade

t3-upgrade.vercel.app
t3-upgrade-git-next-t3-oss.vercel.app
t3-upgrade-t3-oss.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 972051e Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.