A comprehensive web application for TOEIC (Test of English for International Communication) preparation. Features vocabulary flashcards, practice sections for all TOEIC parts, mock exams, and writing practice.
Live Demo: https://leafy-scone-d76e9a.netlify.app/
-
Vocabulary Flashcards
- 3000+ vocabulary words with definitions
- Difficulty filtering (Easy, Medium, Hard)
- Source categorization
- Progress tracking
-
Part 5 - Incomplete Sentences
- 40 practice questions
- Multiple choice format
- Instant feedback with explanations
-
Part 6 - Text Completion
- 12 practice passages with fill-in-the-blank exercises
- Contextual understanding practice
-
Part 7 - Reading Comprehension
- Single passage practice
- Double passage practice
- Various question types (main idea, detail, inference, vocabulary)
-
Mock Exam Mode
- Timed practice tests
- Simulates real test conditions
-
Writing Practice
- Sentence construction exercises
- Grammar and vocabulary application
Simply open index.html in any modern web browser. No build process or server required.
# Clone the repository
git clone https://github.com/YOUR_USERNAME/toeic-study.git
cd toeic-study
# Open in browser
open index.html # macOS
# or double-click index.htmltoeic-study/
├── index.html # Main application file
├── data/
│ ├── vocabulary.js # Vocabulary database
│ ├── part5.js # Part 5 questions
│ ├── part6.js # Part 6 passages
│ ├── part7.js # Part 7 passages
│ ├── mock-exam.js # Mock exam data
│ └── writing.js # Writing exercises
└── README.md
- Frontend: Vanilla HTML, CSS, JavaScript
- Fonts: Space Grotesk, Outfit, Archivo Black (Google Fonts)
- Design: Custom CSS with modern gradients and dark theme
Contributions are welcome! Feel free to:
- Add more vocabulary words
- Create additional practice questions
- Improve the UI/UX
- Fix bugs
This project is open source and available for educational purposes.
- Designed for TOEIC test preparation
- Built with focus on user experience and effective learning