Firm-Collective / One-Accord

https://one-accord.vercel.app
4 stars 4 forks source link

One Accord Recommendations & References

Team Orange made lots of changes lol

Branching Strategy

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.

Frameworks and Tools

Next.js

Next.js is a React framework for building server-side rendered and statically generated applications.

Prisma

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

Supabase is an open-source Firebase alternative. It provides a suite of tools to build and scale applications without managing infrastructure.

React Hook Form

React Hook Form is a lightweight library for managing form state in React applications using React hooks.

React Query

React Query is a data fetching library for React that provides tools for fetching, caching, synchronizing, and updating server state in your application.

Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define and validate data schemas with TypeScript types.

Axios

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

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.