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!
- Host: GitHub
- URL: https://github.com/maheshkumar-novice/basic-ruby-projects
- Owner: Maheshkumar-novice
- Created: 2021-08-25T03:55:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T12:31:19.000Z (over 4 years ago)
- Last Synced: 2025-02-01T03:45:25.312Z (over 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage: https://replit.com/@MaheshkumarP/BasicRubyProjects
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 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)