Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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