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.
- React
- TailwindCSS
- Node.js
- Vite
-
Clone the repo
git clone [email protected]:utkarsh1311/feedback-app.git # using SSH
-
Install NPM packages
cd feedback-app && npm install
-
Run the app
npm run dev