Skip to content

Haleth00/QuoteGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎭 Random Quote Generator

A simple C# console application that displays a random inspirational quote each time you press Enter.
Made for beginner C# practice — clean, expandable, and perfect for learning the basics of loops, lists, and console interaction.


🧠 Features

  • Displays a random quote from a predefined list.
  • Press Enter to see another quote.
  • Press Q to quit the program.
  • Minimal, colorful console interface.

🧩 How It Works

The app:

  1. Stores quotes inside a List<string>.
  2. Uses the Random class to select one at random.
  3. Clears the console and displays a new quote each time you hit Enter.
  4. Loops until you press Q to exit.

Simple, right? Yet it covers essential programming concepts like:

  • Variables
  • Lists and Loops
  • Conditional statements
  • Random number generation
  • Console input/output

About

A review of some C# basics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages