Skip to content

utkarsh1311/feedback-app

Repository files navigation

Feedback app

Description

This is a full stack application for feedback collection. The app allows teachers to submit feedbacks about their students to the admin.

The admin can view all the feedbacks and can also filter them by student name, teacher name, and date. The admin can also delete the feedbacks if needed.

Live demo

Technologies used

  • React
  • TailwindCSS
  • Node.js
  • Vite

Installation

  1. Clone the repo

    git clone git@github.com:utkarsh1311/feedback-app.git # using SSH
  2. Install NPM packages

    cd feedback-app && npm install
  3. Run the app

    npm run dev