Git Product home page Git Product logo

l3-ruby-fundamentals-pt2's Introduction

RUBY FUNDAMENTALS

This repository will be used as the guide during the lecture on fundamentals of the Ruby language.

This repo contains a list of TODOs. Ensure you complete all of them.

Tools Used

This project was built with the following tools:

Topics Covered

The following are the concepts covered in this practice session

  • Control Flow in Ruby
  • Array and Hash basics

Documentation on the Ruby language can be found here: Ruby Docs

Pre-requisites

In order to use this repo you need to have the following installed:

  • OS [either: Windows 10+, Linux or MacOS(running on x86 or arm architecture)]
  • Ruby - 3.1.+

Installation

To use this repo on your machine requires some simple steps

Alternative One

  • Open a terminal / command line interface on your computer

  • Clone the repo by using the following:

      git clone https://github.com/otsembo/l3-ruby-fundamentals-pt2.git
    
  • Be patient as it creates a copy on your local machine for you.

  • Change directory to the repo folder:

      cd l3-ruby-fundamentals-pt2
    
  • (Optional) Open it in Visual Studio Code

      code .
    
  • (Alternate Option) Open it in any editor of your choice.

  • Hurray! You are one step closer to being as intelligent as Einstein.

Alternative Two

  • On the top right corner of this page there is a button labelled Fork.

  • Click on that button to fork the repo to your own account.

  • Take on the process in Alternative One above.

  • Remember to replace your username when cloning.

      git clone https://github.com/your-username-here/l3-ruby-fundamentals-pt2.git
    

Running the application

Running the application is very straight forward. You can use the following steps to run the app.

  • Install required dependencies using bundle

    bundle install
    
  • Run the application on the terminal

    ruby main.rb
    

Authors

This project was contributed to by:

License

The project is licensed under Apache 2.0.

l3-ruby-fundamentals-pt2's People

Contributors

otsembo avatar

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.