Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amey-thakur/ruby
30 Days Ruby Challenge
https://github.com/amey-thakur/ruby
amey ameythakur megasatish rails ruby ruby-library ruby-on-rails rubymine
Last synced: 5 days ago
JSON representation
30 Days Ruby Challenge
- Host: GitHub
- URL: https://github.com/amey-thakur/ruby
- Owner: Amey-Thakur
- Created: 2022-05-21T05:48:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T18:59:52.000Z (11 months ago)
- Last Synced: 2025-01-11T10:23:41.145Z (19 days ago)
- Topics: amey, ameythakur, megasatish, rails, ruby, ruby-library, ruby-on-rails, rubymine
- Language: Ruby
- Homepage: https://github.com/Amey-Thakur/RUBY
- Size: 184 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RUBY
### [RubyMine](https://www.jetbrains.com/ruby) - _IDE_
### [JDoodle](https://www.jdoodle.com/execute-ruby-online/) - _Online Ruby IDE_
### [Ruby](https://www.ruby-lang.org/en) - _A PROGRAMMER'S BEST FRIEND_
### [Ruby on Rails](https://rubyonrails.org)
---
## 30 Days Ruby Challenge
>Challenge successfully completed with [Mega Satish](https://github.com/msatmod)
- [x] **[Day 1](https://github.com/Amey-Thakur/RUBY/tree/main/Day%201)** - Installation of IDE, Variables and User Input
- [x] **[Day 2](https://github.com/Amey-Thakur/RUBY/tree/main/Day%202)** - Methods and Conditional if-else
- [x] **[Day 3](https://github.com/Amey-Thakur/RUBY/tree/main/Day%203)** - Classes and Objects
- [x] **[Day 4](https://github.com/Amey-Thakur/RUBY/tree/main/Day%204)** - Getter, Setter and to_s Method
- [x] **[Day 5](https://github.com/Amey-Thakur/RUBY/tree/main/Day%205)** - Class Variable and Self Method
- [x] **[Day 6](https://github.com/Amey-Thakur/RUBY/tree/main/Day%206)** - Loops
- [x] **[Day 7](https://github.com/Amey-Thakur/RUBY/tree/main/Day%207)** - Break, Next and Redo Statement
- [x] **[Day 8](https://github.com/Amey-Thakur/RUBY/tree/main/Day%208)** - Block and Yield with/without parameters
- [x] **[Day 9](https://github.com/Amey-Thakur/RUBY/tree/main/Day%209)** - Module Concept with Class
- [x] **[Day 10](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2010)** - require, require_relative, include statement
- [x] **[Day 11](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2011)** - Array Basics and Fundamentals
- [x] **[Day 12](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2012)** - 2D Arrays
- [x] **[Day 13](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2013)** - Hash
- [x] **[Day 14](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2014)** - Random Numbers and Menu Class
- [x] **[Day 15](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2015)** - Inheritance
- [x] **[Day 16](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2016)** - Operator Overloading
- [x] **[Day 17](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2017)** - Freezing Objects and Linguistics Package
- [x] **[Day 18](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2018)** - Proc and Lambda
- [x] **[Day 19](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2019)** - Arity method and Difference between Proc & Lambda
- [x] **[Day 20](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2020)** - Date and Time
- [x] **[Day 21](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2021/TicTacToe)** - TicTacToe Game in Ruby
- [x] **[Day 22](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2022)** - Hangman Game in Ruby
- [x] **[Day 23](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2023%20-%20Day%2030)** - Installation and First Web Page
- [x] **[Day 24](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2023%20-%20Day%2030)** - Website
- [x] **[Day 25](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2023%20-%20Day%2030)** - CRUD Database
- [x] **[Day 26](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2023%20-%20Day%2030)** - Bootstrap
- [x] **[Day 27](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2023%20-%20Day%2030)** - Devise & Style Devise
- [x] **[Day 28](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2023%20-%20Day%2030)** - User Association & Rails Association
- [x] **[Day 29](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2023%20-%20Day%2030)** - List Style & Rails Controller
- [x] **[Day 30](https://github.com/Amey-Thakur/RUBY/tree/main/Day%2023%20-%20Day%2030)** - Heroku Deployment## Projects in Ruby
- [x] **[RailsFriends](https://github.com/Amey-Thakur/RAILSFRIENDS)** - It is a simple Friends List App using Ruby on Rails with SQLite3 database.
- [x] **[TicTacToe](https://github.com/Amey-Thakur/TIC-TAC-TOE-IN-RUBY)** - It is a simple TicTacToe Game in Ruby.
- [x] **[Hangman](https://github.com/Amey-Thakur/HANGMAN-IN-RUBY)** - It is a simple Hangman Game in Ruby.
---
👉🏻 Created to Learn Ruby 👈🏻
👷 Project Authors: Amey Thakur and Mega Satish