日本語のREADMEはこちらです: README.ja.md
A collection of IT-related words and definitions, with a sample web application for searching and exploring terms.
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.
- 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.
-
Clone the repository:
git clone https://github.com/code4fukui/it-words.git cd it-words -
Generate the data file: The
makeCSV.jsscript fetches data from remote sources, processes local files, and combines everything intoit-words.csv.deno run --allow-read --allow-write --allow-net makeCSV.js
-
View the application: Open
index.htmlin your web browser.
This project aggregates IT terminology from the following sources:
- Sakura Cloud Certification Study Material: Sourced from slides provided by Sakura Internet Inc.. This data is licensed under CC BY-SA 4.0.
- IchigoJam Documentation: Sourced from the IchigoJam-words.csv file in the IchigoJam/doc repository.
MIT License — see LICENSE.