Welcome to Space Explorer — a cosmic-themed portfolio and blog web app built with React, Vite, and TypeScript.
Showcase your projects, share your thoughts, and connect with the universe in style!
- Blazing Fast: Powered by Vite and React for instant loading.
- Cosmic UI: Beautiful, responsive design with Tailwind CSS and shadcn/ui.
- Dark/Light Mode: Switch themes for your preferred vibe.
- Project & Blog Showcase: Easily add and manage your work and posts.
- Animated Hero Section: Eye-catching visuals for a stellar first impression.
- Mobile Friendly: Looks great on any device.
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Visit your site: Open http://localhost:8080 in your browser.
src/
components/ # Reusable UI components
data/ # Project and blog data
pages/ # Main pages (Home, Blog, Projects, Contact)
assets/ # Images and static files
- Node.js >= 18
- npm >= 9