You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple random quotes generator that provides a specified number of quotes based on a chosen category. The user can input the number of quotes they want and select a specific category for the quotes.
6
+
The Category includes
7
+
8
+
- Inspirational
9
+
- Motivational
10
+
- Funny
11
+
- Love
12
+
- Life
13
+
14
+
Upon these Categories the user has to choose 1 and give a number which indicates the number of quotes needed to be generated in that category.
15
+
16
+
## Features
17
+
18
+
- Generates random quotes based on user input.
19
+
- Allows the user to choose a specific category for the quotes.
20
+
- Provides the flexibility to specify the number of quotes desired.
0 commit comments