Motivision is a minimalist browser extension that transforms your new tab page into a source of daily inspiration. It seamlessly blends stunning landscape photography from Unsplash with thought-provoking quotes from Quotable, creating a tranquil and motivating start to your browsing sessions.
- 🖼️ Breathtaking Scenery: Each new tab unveils a captivating landscape image, sourced from Unsplash's extensive library.
- 💡 Inspiring Quotes: The Center stage is a carefully selected quote offering daily wisdom and motivation.
- 🧘 Clean & Focused: A clutter-free design promotes a sense of calm and focus, helping you begin your online journey with intention.
Chrome Web Store :
Firefox Addon :
After installation, open a new tab to experience the harmonious blend of imagery and insightful quotes.
We welcome contributions from the community!
- 🐛 Bug Reports: If you encounter any issues, please report them by opening an issue.
- 🌟 Feature Requests: Have an idea for a new feature? Feel free to suggest it by opening an issue.
- 🛠️ Code Contributions: To contribute code, fork the repository, make your changes, and submit a pull request.
Motivision leverages Vercel for secure API key management.
git clone [https://github.com/kxvinthxngxvel/Motivision](https://github.com/kxvinthxngxvel/Motivision)
cd Motivision
npm install
- Create a
.env.local
file in the project's root directory. - Populate it with the following environment variables, substituting the placeholders with your actual API keys from Unsplash and Quotable:
UNS_API=your_unsplash_access_key
npm run dev
npm run build
If utilizing Vercel for hosting, ensure you have a Vercel account and the Vercel CLI installed.
- Link your local project to a Vercel project:
vercel link
- Deploy the project:
vercel deploy
This project is licensed under the MIT License - see the LICENSE file for details.