KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
dictionary
★ 9
Open GitHub ↗
A JS offline dictionary app.
Download README (.md)
Explore Similar Repositories
showdown-toc
:
A markdown table of contents extension for showdown.
libPiggyEconomy
:
A PocketMine-MP virion for easy support of multiple economy providers.
512-Bit-AES-Encryption
:
512-bit AES using 128-bit AES in Verilog (FPGA-modelsim)
VulkanWrapper
:
No description available.
fins
:
Firmware IP Node Specification (FINS) Code Generator
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dictionary
?
Download (.md)
# Dictionary A simple dictionary app written in JavaScript which supports searching by Regex. ## Building 1. Clone the repository: `git clone https://github.com/fallaciousreasoning/dictionary.git` 2. Install dependencies `npm i` 3. Build `npm run start` The site should be available on localhost:3000