ALNO

bg

Complaint Report: Web Application for Student Complaints

Complaint Report is a web application developed as part of a coursework project for Software Analysis and Modeling in my university studies. It serves as a platform for students to submit complaints via email and includes a form for providing personal information and the complaint message. Built using Vite.js for fast development, Tailwind CSS for styling, Clerk for user authentication, Three.js for interactive 3D elements, and EmailJS for email functionality.

Features:

Features:
  • Complaint Submission Form:

    The website offers a user-friendly form for students to submit their complaints. This form collects necessary information such as the student's name, email address, and the complaint message.

  • User Authentication:

    Clerk integration provides secure user authentication, allowing students to log in and access the complaint submission feature.

  • Interactive 3D Elements:

    Utilizing Three.js, the website incorporates interactive 3D elements to enhance the user experience and engagement.

  • Email Functionality:

    EmailJS integration enables the website to send complaint submissions directly to the designated email address, streamlining the complaint process.

Technologies:

Technologies:

  • Vite.js
    npm create vite@latest
  • Tailwind CSS
    npm install -D tailwindcss
  • Clerk
    npm install clerk
  • Three.js
    npm install three
  • EmailJS
    npm install --save @emailjs/browser
  • JavaScript (JS)
    The primary programming language used, without TypeScript.

Project Goals:

Complaint Report was developed with the aim of providing a convenient and efficient platform for students to report their complaints. By leveraging modern web technologies and integrations, the project aims to streamline the complaint submission process and improve communication between students and relevant authorities.

Content: