A frontend application that shows today's quote of the day on a beautiful landscape background. Check out live demo.
Check out repository and navigate to it:
git clone https://github.com/Kurdiumov/quote-of-the-day.git
cd quote-of-the-day
Install dependencies using npm:
npm install
To build the app execute one of the following commands:
npm run dev // To build in development mode
npm run build // To build in production mode
You can start a live server which will watch for changes and rebuild the application (App will be available on port 3000):
npm run start
Application uses backend as a proxy for fetching data from PaperQuote and Unsplash APIs.
Background images provided by Unsplash.com API.
Quotes powered by Paper Quotes API.
This project is licensed under the terms of the MIT license.