Skip to content

code4fukui/it-words

 
 

Repository files navigation

it-words

日本語のREADMEはこちらです: README.ja.md

A collection of IT-related words and definitions, with a sample web application for searching and exploring terms.

Demo

Live Demo: IT Dictionary

The application provides a simple, mobile-friendly interface with a search bar. As you type, the list of terms and definitions is filtered in real-time. You can also display a random term or click on highlighted keywords within a definition to perform a new search.

Features

  • Live Search: Instantly filters terms and definitions as you type.
  • Random Term: Discover new words with a "Random" button.
  • Cross-Referencing: Clickable keywords within definitions allow for easy navigation between related terms.
  • Aggregated Data: Combines terminology from multiple sources into a single, searchable dictionary.

Usage

Prerequisites

Running Locally

  1. Clone the repository:

    git clone https://github.com/code4fukui/it-words.git
    cd it-words
  2. Generate the data file: The makeCSV.js script fetches data from remote sources, processes local files, and combines everything into it-words.csv.

    deno run --allow-read --allow-write --allow-net makeCSV.js
  3. View the application: Open index.html in your web browser.

Data Sources

This project aggregates IT terminology from the following sources:

License

MIT License — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 81.7%
  • JavaScript 18.3%