This project is a personal initiative I began while taking LIN101: Introduction to Linguistics. As I progressed through the course, I found that many online resources were either too generalized, too technical, or didn’t align well with the structure and terminology used in our curriculum. To bridge that gap, I decided to build a study tool tailored specifically to LIN101. This is something modular, interactive, and designed to support both my own learning and that of others who might benefit from a more focused resource.
The LIN101 Study Hub is a Flutter-based web application that organizes key topics in linguistics into accessible modules, starting with Phonetics. It’s designed to grow over time, with features that support active recall, self-testing, and visual learning.
- Homepage with clean navigation to each module
- Phonetics Module
- Flashcards with filtering by:
- Vowel or Consonant
- Manner of articulation
- Place of articulation
- Voicing
- Quiz engine (in development)
- IPA chart placeholder (image integration planned)
- Flashcards with filtering by:
- Modular routing for future topics:
- Morphology
- Syntax
- Semantics
To run the app locally:
-
Clone the repository:
git clone https://github.com/BhuvanK123/LIN101-Study-Hub.git cd LIN101-Study-Hub -
Install dependencies flutter pub get
-
Launch the app in Chrome flutter run -d chrome