https://github.com/munadil-dev/use-feedback
UseFeedback: Getting feedback made easy
https://github.com/munadil-dev/use-feedback
framer-motion nextauthv5 nextjs prisma-orm recoil-state-management shadcn-ui tailwindcss typescript zod-validation
Last synced: 6 months ago
JSON representation
UseFeedback: Getting feedback made easy
- Host: GitHub
- URL: https://github.com/munadil-dev/use-feedback
- Owner: munadil-dev
- License: mit
- Created: 2024-09-07T10:40:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T14:18:30.000Z (8 months ago)
- Last Synced: 2025-06-28T10:48:38.347Z (6 months ago)
- Topics: framer-motion, nextauthv5, nextjs, prisma-orm, recoil-state-management, shadcn-ui, tailwindcss, typescript, zod-validation
- Language: TypeScript
- Homepage: https://usefeedback.vercel.app
- Size: 2.22 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```