A simple flashcard study app for learning vocabulary and terminology. Upload your own word lists or use premade sets to study one word at a time in random order.
- Drag & Drop Upload: Upload your own text files containing word lists
- Random Order: Words are displayed in random order
- Clean Interface: Minimalist design
- Node.js (v16 or higher recommended)
- npm or yarn
- Clone the repository:
git clone https://github.com/brofar/one-word.git
cd one-word- Install dependencies:
Using npm:
npm installUsing yarn:
yarn install- Run the development server:
Using npm:
npm run devUsing yarn:
yarn dev- Open your browser and navigate to the local development URL (typically
http://localhost:5173)
Using npm:
npm run buildUsing yarn:
yarn buildThe built files will be in the dist directory.
Using npm:
npm run previewUsing yarn:
yarn previewYour text file should contain one word or term per line:
mitochondria
nucleus
cytoplasm
membrane
ribosomes
- Format: Plain text (.txt)
- Empty lines will be automatically removed