Skip to content

Commit

Permalink
Update tech-stack.ts
Browse files Browse the repository at this point in the history
Arranged the tech stack in alphabetical orer and left a comment for future reference.
  • Loading branch information
KnightRadiant44 authored Aug 4, 2024
1 parent a0c6ade commit 9c162ec
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/constants/tech-stack.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
// the list below is sorted in alphabetical order by tech stack name
export const TECH_STACK = [
'Python',
'Discord.py',
'FastAPI',
'TypeScript',
'React',
'Next.js',
'Tailwind CSS',
'Supabase',
'Discord.py',
'NextUI',
'Pragmatic Drag & Drop',
'Python',
'React',
'Requests',
'Supabase',
'Tailwind CSS',
'TypeScript',
'Vite',
'Pragmatic Drag & Drop',
'NextUI',
] as const;
export type TechStack = (typeof TECH_STACK)[number];

0 comments on commit 9c162ec

Please sign in to comment.