https://github.com/mitrohgr/sub-strings
A Hash of Sub Strings from the Original String
https://github.com/mitrohgr/sub-strings
ruby the-odin-project
Last synced: about 2 months ago
JSON representation
A Hash of Sub Strings from the Original String
- Host: GitHub
- URL: https://github.com/mitrohgr/sub-strings
- Owner: mitrohgr
- Created: 2024-08-10T05:40:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T06:35:48.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T06:28:06.389Z (over 1 year ago)
- Topics: ruby, the-odin-project
- Language: Ruby
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sub-strings
A Hash of Sub Strings from the Original String
## Demo

## General Info
**sub-strings** is the [second project](https://www.theodinproject.com/lessons/ruby-sub-strings) in the [Ruby Course](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby) from the [Full Stack Ruby on Rails](https://www.theodinproject.com/paths/full-stack-ruby-on-rails) path in the [The Odin Project](https://www.theodinproject.com/about).
## Technologies
+ ***CLI***
+ ***Git***
+ ***GitHub***
+ ***Ruby***
## Self-reflections
> It took quite some time to reach here. I always keep the stuff I learnt about motivation and mindset in the beginning part of the odin project close to my heart. It has proved valuable in overcoming many of the challenges that I've faced as of now.
> This was also an easy project. I learned a whole lot about installing Ruby and all the different basic Ruby tidbits prior to starting this project. Previously learned
knowledge of hashes and arrays (along with converting string to/from arrays) makes it very easy to solve this exercise.
## Contact and Support
+ Feel free to contact ***mitrohgr_03505*** on discord for project-related queries.
+ No further feature modifications or improvements will be done to this project.