A beautiful, modern quote discovery app built with Next.js and the Soft Neo Brutalism design style.
- Beautiful soft neo-brutalism design
- Like and bookmark your favorite quotes
- Search quotes by text, author, or category
- Fully responsive (mobile-first)
- Random quote generator
- Share quotes on social media
- Persistent favorites (localStorage)
- Framework: Next.js 15 (React 19)
- Styling: Tailwind CSS
- Icons: Lucide React
- API: API Ninjas Quotes API
- Deployment: Vercel
- Clone the repo:
git clone https://github.com/4shil/qotizs.git
cd qotizs
- Install dependencies:
npm install
- Create
.env.localand add your API key:
NEXT_PUBLIC_API_NINJAS_KEY=your_api_key_here
Get your free API key at api-ninjas.com
- Run the development server:
npm run dev
npm run build
npm start
Deployed on Vercel at qotizs.vercel.app
MIT