A simple, responsive and interactive website to view, create and delete flashcards. One of the best choice for revision purpose.
- Add new flashcard having question and its answer
- Navigate between cards using buttons
- Toggle answer visibility
- Delete cards
- Cards don't disappear on refresh as stored in localStorage
flashcard/
│
├── src/
│ ├── components/
│ │ ├── AddCard.js
│ │ └── CardList.js
│ ├── App.js
│ └── App.css
├── public/
├── package.json
└── README.md
- ReactJS
- HTML
- CSS
- JavaScript (ES6+)