import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from "~/components/ui/accordion" import Link from "next/link"; import { FaGithub } from "react-icons/fa"; export default function TechTracker() { return (

Tech Tracker (Next.js, Swift & MySQL)

Tech Tracker Web Application

< FaGithub className="my-auto ml-2 mr-8 md:mr-0" size={22} />

A Next.js Web Application that allows City of Gulfport IT Employees to update their status throughout the day using the T3 Stack which includes TypeScript, TailwindCSS, Auth.js, PostgreSQL, Drizzle, & Shadcnui.

Tech Tracker Native iOS Application

< FaGithub className="my-auto ml-2" size={22} />

A Native iOS Application written in Swift & Distributed to City of Gulfport IT Employees using TestFlight. This application uses APIs provided by the Next.js Tech Tracker Web Application.

); };