Create a web application that generates random inspirational quotes and allows users to:
- See a random quote and author displayed on page load.
- Click a button to display a new random quote.
Personalize the interface as you wish. It's important that the interface is user-friendly.
- You can add features that you think are interesting. Use your creativity! (e.g. share the quote on social networks, save the quote as a favorite, change the background color, etc.)
- Create a responsive layout for mobile devices.
- Use a modern JavaScript framework (React, Angular, Vue, etc.) to build the frontend (client-side).
- Integrates with the backend (server-side) to save and retrieve quotes. (Must complete the implementation of the API)
- Users can see a random quote and author on page load.
- Clicking the button generates a new random quote.
- Extra points mentioned above.
- Clean and visually appealing presentation of the quote and author.
- User-friendly interface with a clear button for generating new quotes.
- Extra points mentioned above.
- Well-structured and commented JavaScript code (even if basic).