Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.02 KB

File metadata and controls

24 lines (21 loc) · 1.02 KB

FlashCard-Web-Application

A flashcard or flash card (also known as an index card) is a card bearing information on both sides, which is intended to be used as an aid in memorization. Each flashcard bears a question on one side and an answer on the other. Flashcards are often used to memorize vocabulary, historical dates, formulas or any subject matter that can be learned via a question-and-answer format. Flashcards can be virtual (part of a flashcard software), or physical.

App Screenshot This Project was a part of Modern application developement course(MAD-1) of IIT Madras BSC in Data Science and Programming.

Course Instructor :- Dr. Nitin Chandrachoodan (Professor at IIT Madras Electrical Engineering Department)

Technologies Used

  1. Flask
  2. Bootstrap
  3. Html and Css
  4. SQLite for Data storage

To Run the Application

Install All the Dependencies:-

  1. Flask
  2. Flask-SQLAlchemy==2.5.1
  3. Flask-login
  4. Flask-restful