Go back
Project info for
Study Card App
A full CRUD web app that serves as a universal web-development study resource. It stores and renders user-submitted interview questions and answers as custom-built, highly responsive animated cards.
What I did
  • I created the app using NextJS 14 for the full-stack features, TailwindCSS 3 and MongoDB for the project database.
  • I designed all of the front-end UI, user and question-related data structures, authentication/authorization for a study card app.
  • I created a custom component library and CSS functions to handle animating the cards. I implemented features from the Material CSS library to handle content drawers.
  • I built a state-controlled form using React's useState() hook to handle user input and user-submitted questions.