Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 698 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 698 Bytes

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 [email protected]:utkarsh1311/feedback-app.git # using SSH
  2. Install NPM packages

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

    npm run dev