Skip to content

XploitMonk0x01/aurasec-folio

Repository files navigation

Aura Operator

An interactive cyber-operator portfolio for Chandan Singh, built as a mission console with a command terminal, ATC-style capability topology, Three.js interface lab, project dossiers, certifications, and Medium dispatches.

Next.js React Tailwind TypeScript

Features

  • Interactive command terminal
  • ATC-style cyber capability topology
  • Three.js frontend interface lab
  • Project case-file dossiers
  • Medium blog dispatch section
  • Certification filtering
  • Responsive, mobile-first tactical UI

Tech Stack

  • Framework: Next.js 16 (App Router, Turbopack)
  • UI: React 19, Tailwind CSS 4, Framer Motion, Three.js
  • Language: TypeScript
  • Package Manager: Bun
  • Deployment: Vercel

Prerequisites

  • Node.js (recommended: Node 20+)
  • Bun (recommended)

Getting Started

Install dependencies:

bun install

Run the dev server (Turbopack):

bun run dev

Open http://localhost:3000 (or the next available port if 3000 is in use).

Scripts

bun run dev
bun run build
bun run start
bun run lint

Where To Edit Content

  • Main page layout/sections: src/app/page.tsx
  • Projects list + links (GitHub / Live): src/components/Projects.tsx
  • Certificates list: src/components/Certificates.tsx
  • Navigation: src/components/Navigation.tsx
  • Global styles: src/app/globals.css

Hydration Notes (SSR)

If you add dynamic values, avoid rendering non-deterministic output during the initial render (e.g. Math.random(), Date.now(), locale-dependent formatting). Prefer generating those values in useEffect() after mount, or use useId() for stable IDs.

Deploy

This is a standard Next.js app. You can deploy to Vercel or any platform that supports Next.js:

bun run build
bun run start

About

A cutting-edge, hacker-themed portfolio website built for cybersecurity professionals, featuring advanced Matrix-style animations, interactive terminal interface, and modern web technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors