Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fallaciousreasoning/dictionary
A JS offline dictionary app.
https://github.com/fallaciousreasoning/dictionary
app dictionary javascript offline offline-first pwa react
Last synced: 2 months ago
JSON representation
A JS offline dictionary app.
- Host: GitHub
- URL: https://github.com/fallaciousreasoning/dictionary
- Owner: fallaciousreasoning
- License: mit
- Created: 2019-11-14T06:56:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:15:56.000Z (almost 2 years ago)
- Last Synced: 2023-12-15T18:35:36.887Z (about 1 year ago)
- Topics: app, dictionary, javascript, offline, offline-first, pwa, react
- Language: Assembly
- Homepage: https://fallaciousreasoning.github.io/dictionary
- Size: 28.9 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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