A CRUD app that allows user to create set of questions based on their created category. Example is the category is about Programming Languages, then they can create set of questions for it.
Through this project, I gained understanding on how to handle complex states using useReducer() hook. This hook allows me to contain all of my state, and actions or functionalities that is responsible on the app. Another is how to use TailwindCSS, and ReactJS.