My portfolio & blog website developed with Next.JS(SSG) and TypeScript. Tailwind CSS and GSAP is used for styling and animations. Blog contents are written in Markdown format. Light & Dark themes supported.
View my portfolio via the link in the repository's About section.
- Responsive Design 📱💻
- Light & Dark themes ☀️🌙
- Fully Accessible
- SEO Friendly 🔎
- Markdown Content 📰 -deployed in custom domain for both ipv4 and ipv6 and accesble with both apex domain(@) and third level domain(www)
Frontend - NextJS, React, TypeScript
Styling - Tailwind CSS
Animations - GSAP
UIUX - Figma
State Management - ContextAPI
Backend - Forestry Headless CMS
Deployment - Vercel
Clone the project
git clone https://github.com/tejamallam/tejamallam.dev.gitInstall dependencies
npm installStart the server
npm run dev