A full-stack CRUD app, tracking job applications.
- CRUD - able to add, read, edit and delete application inputs
- Colour-coded statuses
- Error handling
- Responsive layout using Tailwind CSS
- TypeScript type checking
- Next.js (React)
- Supabase Database
- TypeScript
- Form validation using Zod and React Hook Form
- Tailwind CSS
- Deployed on Vercel
- Clone the repo from GitHub
- Run
npm install - Add your Supabase credentials to
.env.localfile:NEXT_PUBLIC_SUPABASE_URL=your-urlNEXT_PUBLIC_SUPABASE_ANON_KEY=your-key - Run
npm run dev