https://github.com/l3r8yj/isdefinitionapp
A small app to make it easier to remember definitions.
https://github.com/l3r8yj/isdefinitionapp
Last synced: 6 months ago
JSON representation
A small app to make it easier to remember definitions.
- Host: GitHub
- URL: https://github.com/l3r8yj/isdefinitionapp
- Owner: l3r8yJ
- License: mit
- Created: 2022-03-25T02:10:14.000Z (over 3 years ago)
- Default Branch: laststable
- Last Pushed: 2023-12-15T17:54:09.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T23:55:42.679Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# README
## **IsDefinition** - is a simple app that makes it easy to memorize your definitions.
#### Build guide _(npm required)_
> Clone git repository:
>
> - `git clone https://github.com/l3r8yJ/isDefinitionApp.git`
>
> Change directory:
>
> - `cd isDefinitionApp`
>
> Install electron:
>
> - `npm i electron --dev --save`
>
> Run make:
>
> - `npm run make`
>
> Change directory to _out/your/os/folder/_
>
> - `cd out/your/folder/`
>
> There will be an executable file in your os folder## Controls
> `Enter` - for check your input.
>
> `Alt` or `Option` for next _(random)_ definition.