Outkarm / ruby-capstone-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catalog of my things ๐Ÿ“š๐Ÿ’ฟ๐ŸŽฎ

๐Ÿ“— Table of Contents

Catalog Ruby

Is a command line interface app built with Ruby that will help users to keep a record of different types of things, like books, music albums, and games.

๐Ÿ›  Built With

- Tech Stack

Client
Testing
Linter

Key Features

  • Create items like book, music album and game
  • List added items
  • Preserve each item's data in a separate JSON file

(back to top)

๐Ÿ‘‰ Zoom video link

๐Ÿ’ป Getting Started

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

Prerequisites

In order to run this project you need Ruby installed on your machine.

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Outkarm/ruby-capstone-project.git

Installation

Install this project with:

  bundle install

Usage

To run the project, execute the following command:

  ruby main.rb

Run tests

To run tests, run the following command:

  cd spec
  rspec classname_spec.rb

(back to top)

โœ๏ธ Authors

๐Ÿ‘ค Aman Worku:

๐Ÿ‘ค John (Koy OutKarm) Kpordje

๐Ÿ‘ค Amaka Laura Konwea:

(back to top)

๐Ÿ”ญ Future Features

  • Remove selected book
  • Add genre selected book

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [https://github.com/AmanWorku/Catalog-Ruby/issues).

(back to top)

๐Ÿ’– Show your support

If you like this project, please consider giving it a ๐ŸŒŸ.

(back to top)

๐Ÿ™ Acknowledgments

We would like to thank microverse for serving this opprtunity.

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 100.0%