MSTC-DA-IICT / Hacktoberfest24-Quiz-App-React-Native

This repository is made for the purpose of Hacktoberfest-2024 to promote open source contributions
0 stars 7 forks source link

Create a data class for both QuizCategory and QuizQuestions #2

Closed parjanya-rajput closed 1 month ago

parjanya-rajput commented 1 month ago

To store and use the data from api we need two data class which will be used later. Your task is to implement 2 data class

For data types of responses and structures for quiz refer to this API

Abdullah17m commented 1 month ago

Hi @parjanya-rajput can you assign me this issue, i would like to work on this issue.

parjanya-rajput commented 1 month ago

I’ve assigned you the issue, do remember to name classes appropriately and comment wherever necessary

Abdullah17m commented 1 month ago

Hi @parjanya-rajput I've Created 2 data classes and i am adding a PR please look into it if it is correct.