https://github.com/krypten/profile
Website listing important projects
https://github.com/krypten/profile
Last synced: 4 months ago
JSON representation
Website listing important projects
- Host: GitHub
- URL: https://github.com/krypten/profile
- Owner: krypten
- Created: 2017-02-19T09:57:05.000Z (over 9 years ago)
- Default Branch: mainline
- Last Pushed: 2025-10-01T06:14:11.000Z (8 months ago)
- Last Synced: 2025-10-01T08:27:32.391Z (8 months ago)
- Language: TypeScript
- Homepage: https://krypten-profile.vercel.app
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Website
A modern, professional portfolio website built with Next.js and Tailwind CSS, designed to showcase technical leadership capabilities for positions at tech startups.
## Tagline
"Building secure, intelligent systems that scale"
## Technology Stack
- **Framework:** Next.js 14 with App Router
- **Styling:** Tailwind CSS with custom design system
- **Typography:** Inter font family
- **Icons:** Lucide React
- **Animations:** Framer Motion
- **Language:** TypeScript
## Getting Started
1. Install dependencies:
```bash
npm install
```
2. Run the development server:
```bash
npm run dev
```
3. Open [http://localhost:3000](http://localhost:3000) in your browser.
## Project Structure
```
portfolio/
├── app/ # Next.js App Router
├── lib/
| ├── components/ # React components
│ │ ├── ui/ # Reusable UI components
│ │ ├── sections/ # Page sections
│ │ └── layout/ # Layout components
│ ├── data/ # Portfolio data (JSON)
│ ├── types/ # TypeScript type definitions
└── public/ # Static assets
```
## Content Management
Portfolio content is managed through structured JSON files in the `data/` directory, making it easy to update projects, skills, and experience without touching the code.