ankitt26 / Catalog-of-my-things

In this Project we will create a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– [Catalog of my things]

[Catalog of my things] is a console app where user can add and retrieve items in catalog: books, music albums, movies, and games. The data will be stored in JSON files where they can be retrieved.

πŸ›  Built With

Tech Stack

Ruby

Key Features

  • [Item Management]
  • [Data Persistence]
  • [User-Friendly Interface]

(back to top)

πŸ“½οΈ Presentation

πŸ“· see video

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • ruby
  • Text editor like VSCode

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone git@github.com:ankitt26/Catalog-of-my-things.git

Install

Install this project with:

  cd my-project
  bundle install

Usage

To run the project, execute the following command:

Example command:

  ruby main.rb

Run tests

To run tests, run the following command:

Example command:

  rspec spec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Falako Omotoyosi

πŸ‘€ Charles Andrews

πŸ‘€ Ankit Kushwaha

(back to top)

πŸ”­ Future Features

  • [Use database to store data]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

In this Project we will create a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games.

License:MIT License


Languages

Language:Ruby 100.0%