Giter Site home page Giter Site logo

ruby_catalogue's Introduction

RUBY CATALOGUE

๐Ÿ“— Table of Contents

๐Ÿ“– Ruby Catalogue

Ruby Catalogue is a ruby-based application for storing information about books, music albums and games.

๐Ÿ›  Built With

Tech Stack

Language

Key Features

  • User-input error validation
  • Data persistance across user sessions

(back to top)

๐Ÿ“ฝ Video Presentation

(back to top)

๐Ÿ’ป Getting Started

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

  • Clone this project.
  • Open it in VS code.
  • Run bundle install to install the dependencies

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  git clone https://github.com/badger-99/ruby_group_capstone.git

Usage

Run ruby main.rb in the termnial to start the UI and proceede to view or record your books, music albums, or games.

Run tests

Use rspec in the terminal to run the tests.

Deployment

This project does not need to be deployed.

(back to top)

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Alfred M.

๐Ÿ‘ค malikhaiderkhan

๐Ÿ‘ค Devendra-alt

(back to top)

๐Ÿ”ญ Future Features

  • Storing Data in Database
  • Removing Entries from the catalogue

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

(back to top)

โญ๏ธ Show your support

If you like this project please give it a star โญ๏ธ.

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank Microverse for providing the resources and guidelines that made this project possible.

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

ruby_catalogue's People

Contributors

devendra-alt avatar badger-99 avatar malikhaiderkhan avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

malikhaiderkhan

ruby_catalogue's Issues

[1pt] Add all methods visible in the diagram (group task)

  • Implement methods:
    • can_be_archived?() in the Item class
      • Should return true if published_date is older than 10 years
      • Otherwise, it should return false
    • move_to_archive() in the Item class
      • Should reuse can_be_archived?() method
      • Should change the archived property to true if the result of the can_be_archived?() method is true
      • Should do nothing if the result of the can_be_archived?() method is false

[1pt] Create Item class in a separate .rb file (group task)

All Item class properties visible in the diagram should be defined and set up in the constructor method. Exception: properties for the 1-to-many relationships should NOT be set in the constructor method. Instead, they should have a custom setter method created.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.