Inspired by popular quotes and their authors
https://fppcnc.github.io/quote-of-the-day/
The "Quote of the Day" app provides daily inspiration by showcasing random quotes from various authors. It's been carefully designed using React, TailwindCSS, and API to fetch the quotes from http://quotable.io/random and relevant backgrounds from https://unsplash.com/.
With an interactive and user-friendly interface, the app allows users to not only view the day's quote but also fetch a new quote on-demand. The seamless integration with Unsplash ensures a fresh and relevant background for each author, enhancing the user's visual experience.
- React
- TailwindCSS
- API
- React
- NPM/Yarn
- Clone the repository:
git clone https://github.com/fppcnc/quote-of-the-day
- Navigate to the project directory:
cd quote-of-the-day
- Install the dependencies:
npm install
oryarn install
- Run the application:
npm start
oryarn start
This project is licensed under the MIT License