Skip to content

adriandotdev/flashcard-vite

Repository files navigation

Flashcards 📝

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.

Technologies Used 👨🏻‍💻

Sample Output ✔

Adding Category

Adding Category

Updating Category

Updating Category

Deleting Category

Deleting Category

Adding Questions

Adding Questions

Updating Questions

Updating

Deleting Questions

Deleting

Viewing Queestions

Viewing

What I Learned 💡

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.