Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.12 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.12 KB

Basic OOP Programming Exercise Projects

Following the TOP (The Odin Project) course and creating some basic OOP projects to practice my Ruby.

Table of Contents

Installation

  1. Clone the repository:
 git clone https://github.com/otherdcn/top_oop_basics_ruby_projects.git
  1. Install dependencies:
 bundle install

Usage

This repository contains two CLI programs/apps:

Use the following command to run an application:

ruby app/app.rb

Replace app and app.rb with name of the application

Contributing

If you feel the need to try it out and perhaps contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes.
  4. Push your branch: git push origin feature-name.
  5. Create a pull request.

License

This project is licensed under the MIT License.