Skip to content

Repository files navigation

One Word

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.

Features

  • Drag & Drop Upload: Upload your own text files containing word lists
  • Random Order: Words are displayed in random order
  • Clean Interface: Minimalist design

Getting Started

Prerequisites

  • Node.js (v16 or higher recommended)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/brofar/one-word.git
cd one-word
  1. Install dependencies:

Using npm:

npm install

Using yarn:

yarn install
  1. Run the development server:

Using npm:

npm run dev

Using yarn:

yarn dev
  1. Open your browser and navigate to the local development URL (typically http://localhost:5173)

Building for Production

Using npm:

npm run build

Using yarn:

yarn build

The built files will be in the dist directory.

Preview Production Build

Using npm:

npm run preview

Using yarn:

yarn preview

File Format

Your 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

About

Game for edu

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages