A modern, elegant website showcasing the literary works of Jyotindra Nath Prasad - a distinguished author and journalist from Bihar, India.
- 🎨 Elegant Design: Sophisticated literary theme with warm color palette
- 🌓 Dark Mode: Seamless light/dark theme switching
- 📚 Book Showcase: Interactive grid with filtering by category
- 📖 Book Details: Individual pages for each book with rich information
- 👤 Author Profile: Comprehensive about page with timeline
- 📱 Responsive: Fully responsive design for all devices
- ⚡ Animations: Smooth Framer Motion animations throughout
- 🔍 SEO Optimized: Proper metadata and semantic HTML
- Node.js 16+
- pnpm (recommended)
# Clone the repository
git clone <repository-url>
cd author-web
# Install dependencies using pnpm
pnpm install
# Run the development server
pnpm devOpen http://localhost:3000 to view the site.
pnpm buildauthor-web/
├── src/
│ ├── app/ # Next.js app directory
│ │ ├── about/ # About page
│ │ ├── contact/ # Contact page
│ │ ├── books/ # Books listing page
│ │ ├── book/[slug]/ # Individual book pages
│ │ ├── globals.css # Global styles
│ │ ├── layout.tsx # Root layout
│ │ ├── page.tsx # Home page
│ │ └── featured-books.tsx # Books showcase section
│ ├── components/ # Reusable components
│ │ ├── Navigation.tsx # Site navigation
│ │ ├── ThemeProvider.tsx # Dark mode provider
│ │ ├── ThemeToggle.tsx # Theme toggle button
│ │ └── footer.tsx # Site footer
│ └── ...
├── public/ # Static assets
│ ├── *.jpeg # Book cover images
│ └── *.jpeg # Author photos
├── package.json
├── tailwind.config.ts
└── README.md
The website features 25 books across various genres:
- Autobiography: 5 books including My Chequered Life, Yadon Ke Galiyare Se
- Memoir: 6 books including Diary series, Patna Diary
- Journalism: 2 books - Diary Of A Press Reporter, Prasang
- Spiritual: 3 books including El Dorado, Journey of the Self
- Short Stories: 3 books including Phir Subah Hogi, Kuch Ankahi
- Poetry: 2 books - Raag-Viraag, Rasdhaar
- Essays: 1 book - Unto the Byzantine
- Literary: 1 book - Shabdashah
- Satire: 2 books - Fashionwad Zindabad, Vah Vah
- Framework: Next.js 16.1
- UI Library: React 19
- Language: TypeScript
- Styling: Tailwind CSS 3.4
- Animations: Framer Motion
- Icons: React Icons
- Fonts: Inter, Playfair Display
- Primary: Warm browns and ambers (#a08075, #8a6a60)
- Accent: Golden yellows (#f59e0b, #d97706)
- Literary: Cream (#f5f1eb), Ink (#2c241b)
- Dark Mode: Deep charcoal (#1a1612)
- Headings: Playfair Display (serif)
- Body: Inter (sans-serif)
MIT Licensed to Jyotindra Nath Prasad. See LICENSE.md for details.
- 📧 Email: prasadjyotindra@gmail.com
- 📍 Location: Patna, Bihar, India
- 📚 Books: Amazon
- 🎧 Audiobooks: Kuku FM
Built with ❤️ for literature and storytelling.