Kizspy.me-
INSTRUCTIONS
Please read the instructions carefully before doing the questions.
•
You are Not allowed to use any device to share data with others.
•
You must use IDE as Visual Studio Code, for your development tools.
•
Your work will be considered invalid (0 point) if your code inserts stuff that is unrelated to the test.
Your work will be considered invalid (0 point) if your code does not use the .env file to store the API URL.
Zoom
Create a new React application using npx create-react-app or npm create vite. Name your app folder with
your roll number (E.g.: SE123456).
Task 1. Create a new resource and supply data for your application.
1. (0.25 mark) Create a new resource
named your roll number (E.g.:
SE123456) in mockapi.io and declare a
Schema.
2. (0.25 mark) Edit/replace data for
resource. Copy the content of the
books.json file.
Task 2.
3. (1.0 mark) Create a Navbar for navigating
+100%
id
Object ID
bookName
String
bookImage
String
bookReadingStatus
Number
isUnread
Boolean
Close