My personal portfolio website, built with Next.js, Tailwind CSS, Upstash, Contentlayer and deployed to Vercel.
git clone https://github.com/Odelf18/Odelf-dev.git
cd Odelf-devCreate a .env.local file with your environment variables:
UPSTASH_REDIS_REST_URL=your_redis_url
UPSTASH_REDIS_REST_TOKEN=your_redis_tokenThen install dependencies and run the development server:
npm install
npm run dev- Project Showcase: Display your projects with MDX content
- View Counter: Track page views using Upstash Redis
- Dynamic Project Listing: Automatically displays all published projects
- Modern Design: Clean and minimal dark theme
- SEO Optimized: Built-in metadata and Open Graph support
- Next.js 13 - React framework with App Router
- Tailwind CSS - Utility-first CSS
- Contentlayer - Content management
- Upstash Redis - Serverless Redis for view tracking
- TypeScript - Type safety
MIT License - see LICENSE file for details.