A React-based personal website wireframe using the cyan theme from the greenfield project.
- Cyan Theme: Beautiful cyan color scheme with animated background arcs
- Responsive Design: Works on desktop and mobile devices
- Wireframe Structure: Ready to be extended with your own content
- Modern Stack: Built with React 19, TypeScript, and Vite
- Install dependencies:
npm install- Start the development server:
npm run dev- Build for production:
npm run buildsrc/components/- Reusable components (Header, Footer, BackgroundArcs)src/pages/- Page components (HomePage)src/theme.tsx- Theme configuration with cyan color schemesrc/global.css- Global styles and theme enhancements
This is a wireframe designed to be extended. You can:
- Update the content in
src/pages/HomePage.tsx - Modify the header navigation in
src/components/Header.tsx - Add new pages and routes
- Customize colors and styling in
src/theme.tsx - Add new components as needed
The cyan theme uses:
- Background: Dark teal (#051616)
- Accent: Cyan (#00f2ff)
- Surface: Semi-transparent dark teal
- Text: Light cyan/white tones