Leshangpang / COMP30022-SDGs-Frontend

Interactive learning website for the 17 Sustainable Development Goals
2 stars 2 forks source link

feature: update in flashcard page #21

Closed YuetongLiiii closed 2 months ago

YuetongLiiii commented 2 months ago

Description: This pull request introduces the quiz page and updates the flashcard functionality. Below are the main changes:

Quiz Page:

Created a new quiz page. Then you guys can add quiz component in it Integrated the quiz page into router.js to enable navigation within the app.

Flashcard Layout: Created a new flashcard page. Already integrate the flashcard component in the page Updated the flashcard component but further adjustments are required to ensure optimal layout and user experience. The flashcard UI currently works, but the layout still needs refinement, including alignment and spacing improvements.

Testing: Verified that the quiz page appears correctly in the app and can be accessed through the navigation bar. Ensured that the flashcard functionality works as expected despite the layout needing adjustments.

YuetongLiiii commented 2 months ago

The code looks good. But please remember to change the PR title using the format "feature: description", the jira id is not needed in the PR title. For commit messages, please remember to include a tag so <> or <> etc. so it is more easy to see what was done. Please make sure that the commit message is meaningful - it is a description of the changes that were done. And also, the Jira id is TASK-xxx, remember to add the '-' please.

Ok, sorry about that. I have change the title of pull request and I will remember to write a clearly commit message in proper format next time.