No description
https://snupai.me
- TypeScript 95.3%
- CSS 3.4%
- JavaScript 1.3%
|
|
||
|---|---|---|
| public | ||
| src | ||
| .env.example | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| bun.lockb | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| prettier.config.js | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
Snupai's Website
This is my personal website built with Next.js and styled with Tailwind CSS using the Catppuccin Mocha theme. The project structure is based on the T3 Stack.
Features
- Clean, modern design with the beautiful Catppuccin Mocha color scheme
- Responsive navigation with smooth transitions
- Project showcase pulling from GitHub API
- Contact information and social links
Tech Stack
- Next.js - React framework for production
- Tailwind CSS - Utility-first CSS framework
- GitHub API - For fetching project data
- Catppuccin - Soothing pastel theme
- T3 Stack - Full-stack application structure
Development
- Clone the repository
- Install dependencies with
bun install - Start the development server with
bun run dev - Open http://localhost:3000 in your browser
Deployment
This site is deployed on Vercel. Any push to the main branch will trigger an automatic deployment.
License
This project is open source and available under the MIT License.