Reportify-AI is a report-generation tool built for JSSSTU students to streamline the creation of assignment reports. The app generates well-structured reports based on user inputs such as student and professor details, section preferences, topic information, and subject details.
Access it live here: https://reportify-ai.vercel.app
- Automated Report Generation: Generate detailed assignment reports in a few steps.
- Custom Sections: Users can select the sections they want in their reports.
- Dynamic Input: Enter student and professor details, topic information, and subject preferences.
- Data Storage: Generated reports are securely stored for 7 days before automatic deletion.
- User-Friendly Interface: Seamless and interactive frontend experience.
- Backend: Node.js, Express, MongoDB
- Frontend: React.js
- Authentication: Firebase
- Database: MongoDB
- Storage: UploadThing
The backend was developed by Vignesh D, with frontend contributions from Suraj S G.
We welcome contributions! Follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add a new feature or fix"
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request on GitHub.