Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abigiyaty/note-app

Ruby console app that allows users to create, delete, edit, and list notes. The notes are stored and retrieved using PStore serialization for persistence.
https://github.com/abigiyaty/note-app

rubocop ruby

Last synced: 6 days ago
JSON representation

Ruby console app that allows users to create, delete, edit, and list notes. The notes are stored and retrieved using PStore serialization for persistence.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Note App ](#-note-app-)
- [🛠 Built With ](#-built-with-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Author ](#author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)

# 📖 Note App

> Ruby console app that allows users to create, delete, edit, and list notes. The notes are stored and retrieved using PStore serialization for persistence.

## 🛠 Built With

- Ruby

## Key Features

- **[Note Creation and Editing]**
- **[Note Deletion]**
- **[Note Listing]**

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need to:

- Install Ruby

### Setup

Clone this repository to your desired folder:

`https://github.com/AbigiyaTY/Note-App.git`
cd `Note-App`
code `.`

### Usage

To run the project, execute the following command:

`ruby main.rb`

## Author

Abigiya Tadesse

- GitHub: [@AbigiyaTY](https://github.com/AbigiyaTY)
- Twitter: [@AbigiyaTY](https://twitter.com/AbigiyaTY)
- LinkedIn: [@AbigiyaTY](https://www.linkedin.com/in/AbigiyaTY)

## 🔭 Future Features

- [ ] **RSpec Tests**

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page.]()

## ⭐️ Show your support

Give a star ⭐️ if you like this project!

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)