https://github.com/gagand29/note-taking-cli-application
CLI-based Note-taking App for streamlined note management. Add, view, update, and delete notes directly from your terminal. Powered by Node.js with interactive prompts from Inquirer and file system operations using fs. Simplify your note-taking workflow effortlessly.
https://github.com/gagand29/note-taking-cli-application
fs-module inquirer node-js npm npm-package
Last synced: about 2 months ago
JSON representation
CLI-based Note-taking App for streamlined note management. Add, view, update, and delete notes directly from your terminal. Powered by Node.js with interactive prompts from Inquirer and file system operations using fs. Simplify your note-taking workflow effortlessly.
- Host: GitHub
- URL: https://github.com/gagand29/note-taking-cli-application
- Owner: gagand29
- Created: 2024-03-27T12:36:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T07:38:35.000Z (about 2 years ago)
- Last Synced: 2025-11-20T02:31:04.389Z (7 months ago)
- Topics: fs-module, inquirer, node-js, npm, npm-package
- Language: JavaScript
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note-taking-CLI-Application
Note-taking CLI Application is a command-line interface tool built with Node.js that allows users to easily manage their notes directly from the terminal. With this application, users can add, view, update, and delete notes effortlessly.
## Features
- **Add Note:** Add new notes with a title and content.
- **View Note:** View all existing notes with their titles and content.
- **Update Note:** Update the content of existing notes based on their titles.
- **Delete Note:** Delete notes based on their titles.
## Technologies Used
- **Node.js:** Backend JavaScript runtime environment.
- **Inquirer:** Interactive CLI prompts for user input.
- **fs:** File system module for reading and writing notes to files.
## Usage
1. Clone the repository:
```
git clone https://github.com/gagand29/note-taking-cli-application.git
```
2. Install dependencies:
```
npm install
```
3. Run the application:
```
node app.js
```
## Contributing
Contributions are welcome! Feel free to fork the repository, make pull requests, and suggest new features or improvements.