This is a responsive portfolio website for Alex Carter, a fictional graphic designer. Built with React and Tailwind CSS using Vite, it features Home, Projects, and Contact sections. The site is ready for deployment on Netlify.
- Home: Bio and introduction
- Projects: 5 showcased projects with images and descriptions
- Contact: Contact form and social links
- Fully responsive design
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
- Deploy the
distfolder to Netlify. - See the deployment guide in
DEPLOYMENT_GUIDE.mdfor details.
Replace all placeholder images and text with your own content before going live.