issues
search
rjawesome
/
CSASpringTri2
Provides a system to learn via flashcards, and statistics for what terms you understand better.
https://quizme.rohanj.dev
MIT License
0
stars
1
forks
source link
Full Stack Development
#28
Open
nicm2
opened
1 year ago
nicm2
commented
1 year ago
Rohan J:
MC Quiz based on flashcards: backend generates MC quiz based on a flashcard set, take MC quiz on frontend
Backend code is mostly done: see
issue
, will work on integration with frontend this week
Andrew M:
Create flashcard sets: Backend stores flashcards sets, frontend displays flashcards,
issue
Backend code mostly finished as well, with API calls to createFlashcardset and getFlashcardSet
Frontend is done statically, this week I will integrate the output from frontend with backend
Bailey S:
Creating JWT Tokens in backend to prevent unauthorized access (see
issue
)
Integrating with login and signup in frontend to authorize and register (currently work in progress)
Nicolas M:
Frontend design and styling with SCSS
Backend for search and filter system with frontend communication with public feature for flashcards,
issue
Aarav A:
Backend will fetch flashcard from Quizlet and disperse
Frontend input url for quizlet to fetch flashcards and import them,
issue
Rohan J:
Andrew M:
Bailey S:
Nicolas M:
Aarav A: