Skip to content

The **English Word Learner App** is a web-based application designed to help users learn and practice new English words using the **Leitner System**. The app allows users to import words, track their progress, and review words at optimal intervals for better retention.

License

Notifications You must be signed in to change notification settings

alised/flashcard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English Word Learner App

The English Word Learner App is a web-based application designed to help users learn and practice new English words using the Leitner System. The app allows users to import words, track their progress, and review words at optimal intervals for better retention.


Features

  • Practice Mode: Learn new words with sentences and track your understanding.
  • Leitner System: Words are reviewed at increasing intervals based on your performance.
  • Import Words: Add new words and sentences in JSON format.
  • Manage Words: Edit, delete, or export words and sentences.
  • Settings: Customize the number of new words to learn per day.
  • Text-to-Speech: Listen to the pronunciation of words and sentences.
  • Progress Tracking: View your progress and remaining words for the day.

Technologies Used

  • Frontend: HTML, CSS (Bootstrap), JavaScript
  • Database: IndexedDB (client-side storage)
  • Text-to-Speech: Web Speech API
  • Icons: Font Awesome

Getting Started

Prerequisites

  • A modern web browser (e.g., Chrome, Firefox, Edge).
  • Basic knowledge of JSON for importing words.

Installation

  1. Clone the Repository:

    git clone https://github.com/alised/flashcard.git
    cd english-word-learner
  2. Open the App:

    • Open the index.html file in your browser.

Usage

  1. Import Words:

    • Go to the Import Words section.
    • Enter words in JSON format:
      [
        { "word": "example", "sentence": "This is an example sentence." },
        { "word": "practice", "sentence": "Practice makes perfect." }
      ]
    • Click Import Words.
  2. Practice Words:

    • Go to the Practice section.
    • Review words and indicate whether you understand them or not.
  3. Manage Words:

    • Go to the Manage Words section to edit, delete, or export words.
  4. Settings:

    • Go to the Settings section to customize the number of new words to learn per day.

Repetition Schedule

The app uses the Leitner System to optimize word repetition and improve long-term retention. Here's how it works:

  1. Box 1 (Initial Learning):

    • Words are reviewed every day for 7 consecutive days.
    • If you understand a word correctly each day, it moves to Box 2.
    • If you forget the word at any point, it stays in Box 1 and the 7-day cycle restarts.
  2. Box 2 (First Review):

    • Words are reviewed every 2 days.
    • If you understand the word correctly, it moves to Box 3.
    • If you forget the word, it goes back to Box 1 and the 7-day cycle restarts.
  3. Box 3 (Intermediate Review):

    • Words are reviewed every 4 days.
    • If you understand the word correctly, it moves to Box 4.
    • If you forget the word, it goes back to Box 1 and the 7-day cycle restarts.
  4. Box 4 (Advanced Review):

    • Words are reviewed every 8 days.
    • If you understand the word correctly, it moves to Box 5.
    • If you forget the word, it goes back to Box 1 and the 7-day cycle restarts.
  5. Box 5 (Mastery):

    • Words are reviewed every 16 days.
    • If you understand the word correctly, it is considered mastered.
    • If you forget the word, it goes back to Box 1 and the 7-day cycle restarts.

Key Points

  • Words start in Box 1 and are reviewed daily for 7 days.
  • If a word is forgotten at any stage, it goes back to Box 1, and the repetition cycle restarts.
  • The intervals between reviews increase as you progress through the boxes, ensuring long-term retention.

Example Schedule

Box Repetition Interval Next Review (if correct) If Forgotten
Box 1 Every day Move to Box 2 Restart 7-day cycle
Box 2 Every 2 days Move to Box 3 Go back to Box 1
Box 3 Every 4 days Move to Box 4 Go back to Box 1
Box 4 Every 8 days Move to Box 5 Go back to Box 1
Box 5 Every 16 days Mastered Go back to Box 1

This repetition schedule ensures that words are reviewed at optimal intervals, helping you retain them effectively. If you forget a word at any stage, the app ensures you relearn it thoroughly by restarting the cycle.


Example JSON for Importing Words

[
  { "word": "abandon", "sentence": "The crew had to abandon the ship during the storm." },
  { "word": "benefit", "sentence": "Regular exercise has many health benefits." },
  { "word": "capture", "sentence": "The photographer managed to capture the sunset perfectly." }
]

Screenshots

Practice Section
Practice Section: Learn new words and track your progress.

Import Words
Import Words: Add new words and sentences in JSON format.

Manage Words
Manage Words: Edit, delete, or export words and sentences.


Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeatureName).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeatureName).
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Acknowledgments

  • Leitner System: Inspired by the spaced repetition technique for effective learning.
  • Bootstrap: For the responsive and modern UI design.
  • Font Awesome: For the icons used in the app.

Contact

If you have any questions or suggestions, feel free to reach out:


Enjoy learning new words with the English Word Learner App! 🎉

About

The **English Word Learner App** is a web-based application designed to help users learn and practice new English words using the **Leitner System**. The app allows users to import words, track their progress, and review words at optimal intervals for better retention.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published