PrangonGhose / catalogue-using-ruby

A terminal UI to add books, games and music albums according to user. Built with Ruby. All user data is saved in the local storage and loaded immediately at the beginning of the app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Catalogue of My Things

πŸ“— Table of Contents

πŸ“– Project Name

Catalogue of My Things

πŸ›  Built With

  • Ruby

Key Features

Describe between 1-3 key features of the application.

  • A terminal UI to add books, games and music albums according to user.
  • Built with Ruby.
  • All user data is saved in the local storage and loaded immidiately at the beginning of the app.

(back to top)

πŸš€ Live Demo

Click here to view the presentation of the project.

(back to top)

πŸ’» Getting Started

To clone the repository in local environment try following steps.

Prerequisites

  • A code editor like Visual Studio Code with Git and Node.js.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Node.js and npm for package installation.

$ ruby --version && gem --version

Setup

Clone the repository using this link.

Install

In the terminal, go to your file directory and run this command.

$ git clone https://github.com/PrangonGhose/catalogue-using-ruby.git

Get into development

In the terminal, run these commands to get into development.

$ cd catalogue-using-ruby

$ bundle init

$ bundle install (install dependencies)

$ ruby main.rb (run the app locally)

Usage

This website is applicable for both mobile and desktop version.

Deployment

(back to top)

πŸ‘₯ Authors

πŸ‘€ Prangon Ghose

πŸ‘€ Shinhyo Belliard

πŸ‘€ Alejandra Keber Maggi

(back to top)

πŸ”­ Future Features

  • Removing selected items (book, game, albums)
  • Add genre, label and author to selected items

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

Authors would like to thank:

(back to top)

πŸ“ License

This project is MIT licensed.

About

A terminal UI to add books, games and music albums according to user. Built with Ruby. All user data is saved in the local storage and loaded immediately at the beginning of the app.

License:MIT License


Languages

Language:Ruby 100.0%