A beautiful, medieval-themed web application showcasing traditional Catholic quotes. Built with Next.js, TypeScript, and Tailwind CSS.
- 🎨 Medieval-inspired design with custom color scheme
- 🌓 Dark and light theme support
- 📱 Fully responsive layout
- 🔍 Category-based navigation
- 📜 Beautiful parchment-style quote cards
- 🎯 Optimized performance with Next.js
- Clone the repository:
git clone https://github.com/nonnobisdomine62/tradcathquotes.git
cd tradcathquotes
- Install dependencies:
npm install
- Set up environment variables:
# Create a .env.local file with the following content:
NEXT_PUBLIC_SITE_URL=http://localhost:3000
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
- Next.js 14
- TypeScript
- Tailwind CSS
- React 18
- Custom medieval color palette
- Cinzel font for headings
- Crimson Text font for quote content
- Custom parchment textures
- Responsive design for all screen sizes
- Smooth transitions and animations
The following environment variables are required:
NEXT_PUBLIC_SITE_URL
: The base URL of your site (e.g., http://localhost:3000 for development)
MIT