Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/munadil16/use-feedback

UseFeedback: Getting feedback made easy
https://github.com/munadil16/use-feedback

framer-motion nextauthv5 nextjs prisma-orm recoil-state-management shadcn-ui tailwindcss typescript zod-validation

Last synced: 6 days ago
JSON representation

UseFeedback: Getting feedback made easy

Awesome Lists containing this project

README

        

# UseFeedback

We built UseFeedback to simplify gathering feedback. Easily collect
customer feedback with no technical skills or hosting required.

## Prerequisites

1. [Next.js](https://nextjs.org/)
2. [TypeScript](https://www.typescriptlang.org/)
3. [Tailwind CSS](https://tailwindcss.com/)
4. [Prisma](https://www.prisma.io/)
5. [Zod](https://zod.dev/)
6. [Shadcn/ui](https://ui.shadcn.com/)

## Installation

1. **Clone the repository:**

```bash
git clone https://github.com/Munadil16/use-feedback.git
cd use-feedback
```

2. **Install dependencies:**

```bash
pnpm install
```

3. **Environment variables:**

```bash
cp .env.example .env.local
```

4. **Start the development server:**

```bash
pnpm dev
```