An open API service indexing awesome lists of open source software.

https://github.com/maheshkumar-novice/basic-ruby-projects

Small command line projects written in Ruby. Refactoring coming soon!
https://github.com/maheshkumar-novice/basic-ruby-projects

ruby

Last synced: over 1 year ago
JSON representation

Small command line projects written in Ruby. Refactoring coming soon!

Awesome Lists containing this project

README

          

# [Basic Ruby Projects](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-programming#basic-ruby-projects)

Table Of Contents



  1. Description


  2. Demo


  3. Built With


  4. What I Learned


  5. Acknowledgements

## Description
Four small projects written in Ruby given in [The Odin Project](https://theodinproject.com).
* [Caesar Cipher](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-programming/lessons/caesar-cipher)
* [Sub Strings](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-programming/lessons/sub-strings)
* [Stock Picker](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-programming/lessons/stock-picker)
* [Bubble Sort](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-programming/lessons/bubble-sort)

## Demo
[Replit](https://replit.com/@MaheshkumarP/BasicRubyProjects#README.md)


## Built With
* Ruby

## What I Learned
* How to use various methods available in Ruby
* How to use documentation of Ruby to explore new things and learn about existing features
* How to install and Use gems in Ruby
* How to plan for a project

## Acknowledgements
* [The Odin Project](https://theodinproject.com)
* [Repl](https://replit.com)

[Move To Top](#basic-ruby-projects)