QuoteATolstoy is a mobile application that generates quotes of Lev Tolstoy. Each time user presses quote it button, it generates a new random quote of Lev Tolstoy. Quotes are stored in an array and each time user presses the button, it randomizes the index of array and generates a new quote.
This project aimed to learn more about SwiftUI and learning navigation using @AppStorage.
For full implementation: