Add interactive Favorite Quotes feature with localStorage persistence, dynamic UI feedback, and modular component structure in the Quotivation app.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^5.16.5^13.4.0^13.5.0^18.2.0^18.2.0^2.0.10^4.7.15.0.1^2.1.441
commits
40
commits
Uncommented block of CSS with.favorite-quotes, added the index to quote in parenthesis of map method and added a listPosition prop to FavoriteQuoteCard
52107fdView on GitHubForgot to add useEffect in import on top of message component
2fd6546View on GitHubMaking the messages disappear on their own after 1.5 seconds
6e8580eView on GitHubUsing the brower's local storage to save the user's favorite quotes
ec66647View on GitHubPassing the Message component the props that it needs to display message text
05006b3View on GitHubReplaced the two console.log statements with code that will update message state inside addToFavorites compoenent
d4d37a6View on GitHubCreated a Message component in the root of the component directory
806f70cView on GitHub