Skip to content

nthmost/gaeilge.quest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gaeilge.quest

A website featuring a handy set of tools for deepening grasp of Irish grammar and vocabulary.

Code Structure

├── index.html                # Home page
├── /verbs
│   └── index.html            # Verb page
├── /css
│   ├── base.css              # Core styles, variables, reset
│   ├── layout.css            # Page structure styles
│   ├── components.css        # Reusable UI components
│   ├── animations.css        # Animation and transition effects
│   ├── home.css              # Home page specific styles
│   └── verbs.css             # Verb page specific styles
├── /js
│   ├── utils.js              # Utility functions
│   ├── ui.js                 # UI-related functionality
│   ├── data-loader.js        # Data handling utilities
│   ├── home.js               # Home page specific code
│   └── /verbs                # Verb page specific code
│       ├── verbs-data.js     # Verb data management
│       └── verbs-ui.js       # Verb UI interactions
├── /data
│   └── verbs.yaml            # Verb conjugation data
└── /assets
    └── /images
        └── harp.png          # Logo

About

A handy set of tools for deepening grasp of Irish grammar and vocabulary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published