└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # quiz-crackerz-Assignment 2 | 3 | Please create yoru private repo 4 | ## [https://classroom.github.com/a/Ob89RIqo](https://classroom.github.com/a/Ob89RIqo) 5 | 6 | ### Private Repo Link: [https://classroom.github.com/a/Ob89RIqo](https://classroom.github.com/a/Ob89RIqo) 7 | 8 | ## QUIZ API LINK: 9 | Get all quiz topics: https://openapi.programming-hero.com/api/quiz 10 | 11 | Get topic details by topic id: https://openapi.programming-hero.com/api/quiz/${id} 12 | 13 | Example: https://openapi.programming-hero.com/api/quiz/1 14 | --------------------------------------------------------------------------------