Skip to content

Commit

Permalink
chore(content/project): add todo-sveltekit project
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Oct 24, 2023
1 parent 1debccb commit 0b0123c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions content/projects/todo-sveltekit.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: 'To-do on SvelteKit'
description: 'This is a simple to-do app made for learning some Svelte and SvelteKit basic concepts.'
core_techs: ['svelte', 'typescript', 'vite','tailwindcss']
tags: ['svelte', 'sveltekit', 'typescript', 'vite', 'tailwindcss','todo', 'phosphoricons', 'tailwindcss-form']
repository: 'https://github.com/mateusfg7/todo-sveltekit'
website: 'https://todo-sveltekit.mateusf.com'
priority: '2'
featured: false
---
4 changes: 3 additions & 1 deletion src/app/projects/components/tech-icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import {
SiJavascript,
SiDeno,
SiPostgresql,
SiPython
SiPython,
SiSvelte
} from 'react-icons/si'

export const techIcons = {
Expand All @@ -38,6 +39,7 @@ export const techIcons = {
),
prisma: () => <SiPrisma className="hover:text-[#4C51BF]" title="Prisma" />,
vue: () => <SiVuedotjs className="hover:text-[#4FC08D]" title="Vue.js" />,
svelte: () => <SiSvelte className="hover:text-[#FF3E00]" title="Svelte" />,
mdx: () => <SiMdx className="hover:text-[#1B1F24]" title="MDX" />,
deno: () => <SiDeno title="Deno" />,
postgresql: () => (
Expand Down

0 comments on commit 0b0123c

Please sign in to comment.