Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.34 KB

LuffyChatSimulator

Luffy Chat Simulator that generates random yes or no responses from an external API. Experience a whimsical conversation with Luffy, you'll never know whether he'll agree with you or not.

Screenshot of the app

Features

  • Engage in a fun conversation with Luffy.
  • Get random yes or no responses along with representative images.
  • Simple and clean user interface.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Flutter SDK
  • An IDE like VS Code or Android Studio

Installation

  1. Clone the repository:
git https://github.com/Fredy002/ChatSimulator.git

# Navigate to the project directory:
cd ChatSimulator

# Install dependencies:
flutter pub get

# Run the app:
flutter run

Usage

Simply launch the app, enter your question in the text field, and tap the "Ask Luffy" button to get a random yes or no response along with a fun image.

Contributing

Feel free to contribute to this project by opening issues, fixing bugs, or proposing new features. Follow the standard GitHub process for contributions: fork the repository, make your changes, and open a pull request.

Acknowledgments

Thanks to the YesNo API for providing random yes or no responses.