https://github.com/fujiwarachoki/ruby-projects
A repo where I put all resources inside of it, regarding my journey with Ruby.
https://github.com/fujiwarachoki/ruby-projects
functional learning ruby
Last synced: about 1 year ago
JSON representation
A repo where I put all resources inside of it, regarding my journey with Ruby.
- Host: GitHub
- URL: https://github.com/fujiwarachoki/ruby-projects
- Owner: FujiwaraChoki
- License: apache-2.0
- Created: 2023-11-21T07:00:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T16:57:30.000Z (about 2 years ago)
- Last Synced: 2024-04-21T20:13:25.742Z (about 2 years ago)
- Topics: functional, learning, ruby
- Language: Ruby
- Homepage: https://fuji.codes
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruby Projects
A repo where I put all resources inside of it, regarding my journey with Ruby.

## Projects
### [Hello World](hello-world/main.rb)
A simple hello world program.
### [Text input](ruby-input/main.rb)
A simple program that takes a text input from the user and prints it.
### [Todo List](todo-list/main.rb)
A todo list program that takes a text input from the user and adds it to a list.
### [Todo List with file management](todo-list-with-file-management/main.rb)
A todo list program that takes a text input from the user and adds it to a list, and saves it to a file.
### [Easy REST API](easy-rest-api/main.rb)
This is a simple REST API that uses the `sinatra` gem to create a simple API that returns a JSON response.
Test file: [tester.rb](easy-rest-api/tester.rb)
### [Simple Malware](simple-malware/main.rb)
Just a very fun and simple way of flooding the desktop with folders.
This was created to get familiar with the Ruby API for Windows (File API).
### [Blog](blog/README.md)
A blog written with the framework `Ruby on Rails`. Started Development on 21.04.2024.
## Author
👤 [**FujiwaraChoki**](https://www.github.com/FujiwaraChoki)