Test your knowledge of React with 134 questions.
Tech:
useState vs useReducer and Context API
using json-server to host fake api data from data/questions.json
using my-json-server.typicode to host api data (https://my-json-server.typicode.com/)
webapp hosted: https://react-quest-app.vercel.app/
--------------------------------------------
Update 1.1.0: Added Context API to manage state
Update 1.1.1: Used local document to store questions to avoid Typicode 10KB db.json issue
Update 1.1.2: Added more questions