Skip to content

A fun and interactive Rails application that simulates a conversation with a 'stupid' coach. Users can ask any question and receive humorous or straightforward advice, making this project not only a showcase of Ruby on Rails capabilities but also an engaging way to demonstrate web interaction patterns.

Notifications You must be signed in to change notification settings

shliamin/Rails-Stupid-Coaching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Stupid Coaching

Introduction

Rails Stupid Coaching is an interactive web application built with Ruby on Rails. This project demonstrates handling user inputs and providing responses based on those inputs, emulating a conversation with a coach who gives 'stupid' advice.

Features

  • Ask questions and receive responses from the coach.
  • Simple and humorous interaction model to keep users engaged.
  • Demonstrates the use of MVC architecture in a Rails application.

Technology Stack

  • Ruby on Rails
  • SQLite3 (for development)
  • Puma (web server)

Getting Started

Prerequisites

  • Ruby
  • Rails
  • Bundler

Installation

Clone the repository to your local machine:

git clone https://github.com/shliamin/Rails-Stupid-Coaching.git
cd Rails-Stupid-Coaching

Install all dependencies:

bundle install

Running the app

Start the Rails server:

rails server

Visit http://localhost:3000 in your web browser to start interacting with the application.

Usage

Simply enter a question in the provided text field and submit it to see how the 'stupid coach' responds. The coach has a few rules:

  • If you ask a question, the coach will answer sarcastically.
  • If you demand something, the coach will refuse.
  • If you say you are going to work, the coach will approve.

Contributing

Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.

Licence

This project is available under the MIT License.

About

A fun and interactive Rails application that simulates a conversation with a 'stupid' coach. Users can ask any question and receive humorous or straightforward advice, making this project not only a showcase of Ruby on Rails capabilities but also an engaging way to demonstrate web interaction patterns.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published