- Introduction
- Technologies Used
- Installation
- Usage
- Contributing
- Screenshots
- About Page
- Log In Page
- Features Page
- Flashcards & Quizzes Page
- Revision Schedule Page
- Profile Page
quizDaddy is a web application for students to upload their notes and materials to generate flashcards and quizzes using ChatGPT API for their enhanced learning. Empowered by our spaced repetition algorithm, revision is structured and maximised for upcoming exams.
- React
- axios
- pdfjs-dist
-
Clone the repository:
git clone https://github.com/HEAPS-ACTUAL/frontend.git
Make sure you are in the frontend directory
-
Install the dependencies:
npm install
- Start the frontend server:
npm start
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature-name) - Make your changes
- Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature/your-feature-name) - Open a Pull Request