Skip to content
/ Qotizs Public

Qotizs -quote generator app with soft Neo Brutalism design

Notifications You must be signed in to change notification settings

4shil/Qotizs

Repository files navigation

Qotizs

A beautiful, modern quote discovery app built with Next.js and the Soft Neo Brutalism design style.

Features

  • 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)

Tech Stack

  • Framework: Next.js 15 (React 19)
  • Styling: Tailwind CSS
  • Icons: Lucide React
  • API: API Ninjas Quotes API
  • Deployment: Vercel

Getting Started

  1. Clone the repo:
git clone https://github.com/4shil/qotizs.git
cd qotizs
  1. Install dependencies:
npm install
  1. Create .env.local and add your API key:
NEXT_PUBLIC_API_NINJAS_KEY=your_api_key_here

Get your free API key at api-ninjas.com

  1. Run the development server:
npm run dev

Open http://localhost:3000

Build for Production

npm run build
npm start

Deployment

Deployed on Vercel at qotizs.vercel.app

License

MIT

About

Qotizs -quote generator app with soft Neo Brutalism design

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published