Skip to content

otherdcn/top_basic_ruby_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Ruby Exercise Projects

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

Table of Contents

Installation

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

Usage

This repository contains four 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.

About

Basic projects to practice my Ruby fundamentals.

Resources

License

Stars

Watchers

Forks

Languages