This is a Capstone Project - Flashcard Generater
which has mainly 3 pages
- Create Flashcard Page
- My Flashcards Page
- Flashcard Details Page
Problem Statement :- to create a Flashcard Generator Web Application, which will have mainly 3 pages,
-
First page was to Create Flashcard which contains two form one for the name & description of the flashcard and also has functionality to add Images, second form was to create Dynamic Form which was created using FORMIK, which has individual card name & card description. After clicking the Create Button, the Flashcard will be created.
-
Also has form validations using Formik & Redux Toolkit is used for the Global State Management
-
The second page was to display all the user created cards, By default the user can only see 6 cards & after clicking the See All button all the remaining cards will be displayed.
-
After clicking on the View Cards, User redirected to flashcard details page, where user can see all the cards on that flashcard, by clicking on the menu on the left side display the each selected card on the middle section,
-
On the right side there are the button i.e. Share, Download, Print, by clicking on the Share button a Modal pops up & the user can copy link on that model by clicking on the copy to clipboard button the link copied to the clipboard & user can paste it anywhere.
-
On that same modal on bottom side, user can share the created flashcard to their social handler like Facebook, Instagram, Whatsapp, Twitter, Mail, etc