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

https://github.com/defaultparam/notes-app

A CUI-based note taking app in NodeJS
https://github.com/defaultparam/notes-app

Last synced: 12 months ago
JSON representation

A CUI-based note taking app in NodeJS

Awesome Lists containing this project

README

          

# notes-app
A simple CUI-based note taking app in NodeJS

## Installation
Paste the following commands in your terminal to install all the dependencies for the application.
```
git clone https://github.com/defaultparam/notes-app
cd notes-app
npm i
```
## Usage
Usage is pretty simple, one can easily use `--help` option with positional args to know how they work...
![image](https://user-images.githubusercontent.com/52860537/188939946-4bae1772-5ee5-4547-a064-905f55d8fce2.png)

## Contributing and Issues
If you got any good ideas about this project, feel free to reach out to me on [X](https://x.com/defaultparam). Elif, found a bug? Feel free to open an issue.