Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
UseFeedback: Getting feedback made easy
- Host: GitHub
- URL: https://github.com/munadil16/use-feedback
- Owner: Munadil16
- License: mit
- Created: 2024-09-07T10:40:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T10:09:24.000Z (3 months ago)
- Last Synced: 2024-10-20T03:52:50.680Z (2 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.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```