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.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.
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 centralizedmockData.js file you edit to make the portfolio your own.
Edit your data
Open
data/mockData.js and replace the sample projects, skills, blog posts, and case studies with your own.Customize the theme
Tweak the Y2K color tokens in
tailwind.config.js and swap Google Fonts in main.css to match your brand.