-
- Downloads
Merge branch '38-create-gitlab-ci-pipeline-for-the-frontend'
Branches
No related tags found
Showing
- src/App.tsx 103 additions, 103 deletionssrc/App.tsx
- src/components/create_quiz/AnswerList.tsx 3 additions, 3 deletionssrc/components/create_quiz/AnswerList.tsx
- src/components/create_quiz/CreateQuestionView.tsx 3 additions, 14 deletionssrc/components/create_quiz/CreateQuestionView.tsx
- src/components/question/QuestionView.tsx 2 additions, 2 deletionssrc/components/question/QuestionView.tsx
- src/components/quizzes/QuizLink.tsx 5 additions, 1 deletionsrc/components/quizzes/QuizLink.tsx
- src/components/quizzes/QuizView.tsx 1 addition, 1 deletionsrc/components/quizzes/QuizView.tsx
- src/index.tsx 10 additions, 7 deletionssrc/index.tsx
- src/pages/CreateQuizPage.tsx 5 additions, 3 deletionssrc/pages/CreateQuizPage.tsx
- src/pages/HomePage.tsx 1 addition, 1 deletionsrc/pages/HomePage.tsx
- src/pages/QuizPage.tsx 96 additions, 68 deletionssrc/pages/QuizPage.tsx
- src/pages/QuizResultPage.tsx 16 additions, 2 deletionssrc/pages/QuizResultPage.tsx
- src/pages/QuizzesPage.tsx 6 additions, 1 deletionsrc/pages/QuizzesPage.tsx
- src/pages/SignupPage.tsx 2 additions, 2 deletionssrc/pages/SignupPage.tsx
- src/services/createQuiz.service.ts 0 additions, 26 deletionssrc/services/createQuiz.service.ts
- src/services/quizzes.service.ts 25 additions, 1 deletionsrc/services/quizzes.service.ts
- src/types/Answer.ts 4 additions, 2 deletionssrc/types/Answer.ts
- src/types/Question.ts 2 additions, 2 deletionssrc/types/Question.ts
- src/types/Quiz.ts 8 additions, 2 deletionssrc/types/Quiz.ts
Loading
Please register or sign in to comment