Team Orange made lots of changes lol
We are beginning with a GitHub Flow-based strategy, using a main
branch and u/[firstInitialLastName]/[branch-name]
branches. We plan to merge to keep our feature branches up-to-date with main
and squash commits when merging PRs on GitHub.
Next.js is a React framework for building server-side rendered and statically generated applications.
Prisma is a modern database toolkit that makes working with databases easy, efficient, and scalable by providing type-safe database access and declarative migrations.
Supabase is an open-source Firebase alternative. It provides a suite of tools to build and scale applications without managing infrastructure.
React Hook Form is a lightweight library for managing form state in React applications using React hooks.
React Query is a data fetching library for React that provides tools for fetching, caching, synchronizing, and updating server state in your application.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define and validate data schemas with TypeScript types.
Axios is a promise-based HTTP client for the browser and Node.js. It provides an easy-to-use API for making HTTP requests.
Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. It provides a set of pre-defined utility classes that you can use to style your components.