Welcome to the Random Quotes App, a delightful project built with Next.js and powered by the Quotable API. This simple yet elegant web application provides you with daily inspiration and the ability to share your favorite quotes on Twitter.
You can explore the app and see it in action by visiting the deployed version:
To get started with the Random Quotes App, follow these simple steps:
- Clone the repository to your local machine.
git clone https://github.com/robertdluigi/quotes-app.git
cd random-quotes-app
- Install the required dependencies.
npm install
- Run the development server.
npm run dev
- Open your favorite browser and visit http://localhost:3000 to experience the magic of random quotes.
- Random Quotes: Fetches random quotes from the Quotable API.
- Dynamic Updates: Dynamically updates the displayed quote and author.
- Twitter Sharing: Allows you to share your favorite quotes on Twitter.
- Sleek Design: A responsive and stylish design for an enjoyable user experience.
- Next.js: A powerful React framework.
- Quotable API: A source of inspiring quotes.
- Lucide: For delightful icons.
- Tailwind CSS: A utility-first CSS framework.
- Google Fonts: Custom fonts for a beautiful interface.
Contributions and feedback are always welcome. If you'd like to improve or customize the app, feel free to create pull requests or open issues. Your creative ideas can make this app even better!
To explore more about Next.js and its features, check out the official documentation and tutorials:
- Next.js Documentation
- Learn Next.js: An interactive Next.js tutorial for beginners.
We're excited to hear your feedback and suggestions. If you have any questions or run into issues, please don't hesitate to reach out. Happy coding and enjoy your daily dose of inspiration!