Inspaverse is a simple and elegant quotes app built using Next.js 13. It provides a curated collection of inspirational and motivational quotes to uplift your spirits and inspire you every day.
Check it out at https://inspaverse.vercel.app/
- Inspirational Quotes: Discover a selection of quotes designed to motivate and inspire you.
- Random Quote Generator: Get a fresh dose of inspiration with a click of a button.
- Curated Background Images: Discover a handpicked selection of photos to serve as the quotes' backdrop.
- Tag Functionality: Tailor quotes by selecting tags (ex. Motivational, History, Science)
- Share Your Favorites: Copy the url to share your favorite quote or save for quick access.
- Responsive Design: Enjoy Inspaverse on desktop, tablet, or mobile devices.
To run Inspaverse locally, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/dillonemorris/inspaverse.git
- Navigate to the project directory
cd inspaverse
- Install the project dependencies:
npm install
- Start the development server:
npm run dev
- Open your web browser and access Inspaverse at http://localhost:3000.
- Next.js for providing a powerful framework for building React applications.
- @lukePeavey for creating the Quotable API that powers Inspaverse.
- The creators of the Public APIs repo where I discovered the Quotable API
- The creators of the inspirational quotes that bring positivity and motivation to people's lives.
Enjoy the inspiration, and may it brighten your day!