Skip to content

SahinShazi/Flashcard-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashcard Web App

A simple, responsive flashcard-based educational web app built with HTML, CSS (Bootstrap), and Vanilla JavaScript. All flashcards are stored in your browser using localStorage—no backend required!

🚀 Features

  • Homepage: Title, description, and navigation buttons
  • Create Flashcards: Add, edit, delete, and flip flashcards; all changes saved in localStorage
  • Practice Mode: Practice one card at a time, flip to reveal answer, navigate with Next/Previous, and shuffle cards
  • Persistent Storage: All data is saved in your browser (localStorage)
  • Responsive UI: Works on desktop and mobile, styled with Bootstrap and custom CSS
  • Reset Option: Clear all flashcards with one click

🛠️ Technologies Used

📦 File Structure

index.html      # Main HTML file
style.css       # Custom styles for flashcards and responsiveness
script.js       # All app logic (CRUD, navigation, rendering, localStorage)
README.md       # This file

🖥️ Setup & Usage

  1. Clone or Download this repository.
  2. Open index.html in your web browser.
  3. Start creating and practicing with your own flashcards!

Note: All your flashcards are saved in your browser. Clearing browser data or using a different browser/device will reset your cards.

📸 Screenshots

Homepage Example Create Flashcards Example Practice Mode Example

✨ Customization

  • You can easily change the styles in style.css or add more features in script.js.
  • To add your own graphics or icons, see the comments in the code for guidance.

📄 License

This project is open source and free to use for educational purposes.

About

A simple and responsive web app that lets students create, edit, delete, and practice custom flashcards—all in their browser, with no sign-up or backend required. Built using HTML, CSS (Bootstrap), and Vanilla JavaScript, with data saved in localStorage for easy, persistent learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors