Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/apursley2012/neon-retro-sys-admin/llms.txt

Use this file to discover all available pages before exploring further.

NeonRetro Sys_Admin is a single-page React application that turns a personal developer portfolio into a nostalgic Y2K operating system experience. Built with React 18, React Router v6, Framer Motion, and Tailwind CSS, it features draggable desktop-style windows, a neon color palette, animated cursor trails, and a CRT scanline overlay.

Introduction

Learn what NeonRetro Sys_Admin is, what’s included, and how everything fits together.

Quickstart

Clone the repo, install dependencies, and run the dev server in under five minutes.

Components

Explore RetroWindow, Sticker, CursorTrail, Marquee, and the RetroNav component API.

Architecture

Understand the project layout, React Router setup, and Tailwind theming system.

Pages

Documentation for each of the seven portfolio pages and their data structures.

Customization

Swap out colors, fonts, mock data, and deploy to GitHub Pages or Vercel.

What’s Inside

NeonRetro Sys_Admin ships with seven fully built pages connected by React Router, a shared Layout component, and a centralized mockData.js file you edit to make the portfolio your own.
1

Clone and install

Pull the repo and install dependencies with your preferred package manager.
2

Edit your data

Open data/mockData.js and replace the sample projects, skills, blog posts, and case studies with your own.
3

Customize the theme

Tweak the Y2K color tokens in tailwind.config.js and swap Google Fonts in main.css to match your brand.
4

Deploy

Build with npm run build and deploy the dist/ folder to GitHub Pages, Netlify, or Vercel.
All portfolio content lives in data/mockData.js. You never need to edit individual page components to update your projects, skills, or writing — just update the data file.

Build docs developers (and LLMs) love