SHOW:
|
|
- or go back to the newest paste.
1 | import React, { useState } from 'react'; | |
2 | ||
3 | const LoveQuotesApp = () => { | |
4 | const [quote, setQuote] = useState(''); | |
5 | ||
6 | const quotes = [ | |
7 | - | "Love is a gift of one’s inner most soul to another so both can be whole.", |
7 | + | enter quotes here |
8 | - | "Love does not consist in gazing at each other, but in looking outward together in the same direction.", |
8 | + | |
9 | - | "Love is that condition in which the happiness of another person is essential to your own.", |
9 | + | |
10 | - | "One is loved because one is loved. No reason is needed for loving.", |
10 | + | |
11 | - | "Being deeply loved by someone gives you strength, while loving someone deeply gives you courage.", |
11 | + | |
12 | - | "Love doesn’t grow at a steady rate, but advances in surges, bolts, and wild leaps.", |
12 | + | |
13 | - | "Love is when he gives you a piece of your soul, that you never knew was missing.", |
13 | + | |
14 | - | "I have found the paradox, that if you love until it hurts, there can be no more hurt, only more love.", |
14 | + | |
15 | - | "Nobody has ever measured, not even poets, how much the heart can hold.", |
15 | + | |
16 | - | "True love is rare, and it’s the only thing that gives life real meaning.", |
16 | + | |
17 | - | "Love has nothing to do with what you are expecting to get—only with what you are expecting to give—which is everything.", |
17 | + | |
18 | - | "Love is a fire. But whether it is going to warm your hearth or burn down your house, you can never tell.", |
18 | + | |
19 | - | "When someone loves you, the way they talk about you is different. You feel safe and comfortable.", |
19 | + | |
20 | - | "You don’t love someone because they’re perfect, you love them in spite of the fact that they’re not.", |
20 | + | |
21 | - | "Familiar acts are beautiful through love.", |
21 | + | |
22 | - | "Of all forms of caution, caution in love is perhaps the most fatal to true happiness.", |
22 | + | |
23 | - | "Love is the longing for the half of ourselves we have lost.", |
23 | + | |
24 | - | "For small creatures such as we, the vastness is bearable only through love.", |
24 | + | |
25 | - | "I love you not because of who you are, but because of who I am when I am with you.", |
25 | + | |
26 | - | "Love isn’t something you find. Love is something that finds you.", |
26 | + | |
27 | - | "Every atom of your flesh is as dear to me as my own: in pain and sickness it would still be dear.", |
27 | + | |
28 | - | "The best thing to hold onto in life is each other.", |
28 | + | |
29 | - | "Love recognizes no barriers.", |
29 | + | |
30 | - | "To love is to burn, to be on fire.", |
30 | + | |
31 | - | "I love you right up to the moon—and back.", |
31 | + | |
32 | - | "You’re the closest to heaven, that I’ll ever be.", |
32 | + | |
33 | - | "You are my sun, my moon, and all my stars.", |
33 | + | |
34 | - | "If I know what love is, it is because of you.", |
34 | + | |
35 | - | "My soul and your soul are forever tangled.", |
35 | + | |
36 | - | "Love her but leave her wild.", |
36 | + | |
37 | - | "I knew I loved you before I met you.", |
37 | + | |
38 | - | "Love is friendship on fire.", |
38 | + | |
39 | - | "I love you if you love me.", |
39 | + | |
40 | - | "I need you like a heart needs a beat.", |
40 | + | |
41 | - | "Love is the absence of judgment.", |
41 | + | |
42 | - | "Love is, above all, the gift of oneself.", |
42 | + | |
43 | - | "There is no limit to the power of loving.", |
43 | + | |
44 | - | "You can’t blame gravity for falling in love.", |
44 | + | |
45 | - | "Love is a friendship set to music.", |
45 | + | |
46 | - | "There is no remedy for love but to love more.", |
46 | + | |
47 | - | "We can only learn to love by loving.", |
47 | + | |
48 | - | "Love is not love until love’s vulnerable.", |
48 | + | |
49 | - | "You are all of my today and all of my tomorrows.", |
49 | + | |
50 | - | "You have bewitched me, body and soul.", |
50 | + | |
51 | - | "Love is an irresistible desire to be irresistibly desired.", |
51 | + | |
52 | - | "You are the butter to my bread, and the breath to my life.", |
52 | + | |
53 | - | "Love is sharing your popcorn.", |
53 | + | |
54 | - | "We’re all a little weird. And life is a little weird. And when we find someone whose weirdness is compatible with ours, we join up with them and fall into mutually satisfying weirdness—and call it love—true love.", |
54 | + | |
55 | - | "It’s always better when we’re together.", |
55 | + | |
56 | - | "I don’t want to close my eyes / I don’t want to fall asleep, cuz I’d miss you babe and I don’t wanna miss a thing.", |
56 | + | |
57 | - | "I’m also just a girl, standing in front of a boy, asking him to love her.", |
57 | + | |
58 | - | "Cause all of me loves all of you.", |
58 | + | |
59 | - | "In case you ever foolishly forget; I’m never not thinking of you.", |
59 | + | |
60 | - | "When you realize you want to spend the rest of your life with somebody, you want the rest of your life to start as soon as possible.", |
60 | + | |
61 | - | "If I had a flower for every time I thought of you... I could walk through my garden forever.", |
61 | + | |
62 | - | "If I know what love is, it is because of you.", |
62 | + | |
63 | - | "I love you not only for what you are, but for what I am when I am with you.", |
63 | + | |
64 | - | "To love and be loved is to feel the sun from both sides.", |
64 | + | |
65 | - | "You are the one girl that made me risk everything for a future worth having.", |
65 | + | |
66 | - | "Your love is all I need to feel complete.", |
66 | + | |
67 | - | "Love is the whole thing. We are only pieces.", |
67 | + | |
68 | - | "One word frees us of all the weight and pain in life. That word is love!", |
68 | + | |
69 | - | "Unable are the loved to die, for love is immortality.", |
69 | + | |
70 | - | "The supreme happiness of life consists in the conviction that one is loved...", |
70 | + | |
71 | - | "Where there is love there is life.", |
71 | + | |
72 | - | "Love is the only force capable of transforming an enemy into a friend.", |
72 | + | |
73 | - | "Gifts are temporary and often forgotten; love is forever and always remembered.", |
73 | + | |
74 | - | "Love is something eternal, the aspect may change, but not the essence.", |
74 | + | |
75 | - | "What is love? It is the morning and the evening star.", |
75 | + |