Skip to content

A web application that allows users to provide feedback anonymously.

Notifications You must be signed in to change notification settings

nameerakhter/anonymous_feedback

Repository files navigation

Anonymous Feedback

Anonymous Feedback is a web application that allows users to provide feedback anonymously.

Tech Stack

  • Next.js
  • NextAuth
  • Zod
  • Shadcn
  • TypeScript
  • Tailwind css

Features

  • Anonymous feedback submission.
  • Secure authentication with NextAuth
  • Schema validation with Zod
  • Modern UI with Shadcn
  • Written in TypeScript for robust type checking

Highlights

Anonymous Feedback Landing Page

Screenshot (8)

User Onboarding

Screenshot (10)

User Profile dashboard with message suggestion

Screenshot (11)

Getting Started

Step:1 Clone the repository uisng the below link

https://github.com/nameerakhter/anonymous_feedback.git

Step:2 Open up the project and run the following command

npm i
# or
npm install

Step:3,After all the packages are loaded run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

A web application that allows users to provide feedback anonymously.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published