A modern, responsive portfolio website built with React and Tailwind CSS. Artistry Folio showcases your creative work, skills, and contact information with elegant animations and a clean design.
- Hero Section with animated background and profile picture
- Translucent Navigation Bar that changes style on scroll
- Fade-in Section Animations using Intersection Observer
- Responsive Design for all devices
- Customizable Content for your projects, skills, and contact info
-
Clone the repository:
git clone https://github.com/yourusername/artistry-folio.git cd artistry-folio
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open http://localhost:5173 in your browser.
src/
components/ # Reusable React components (Hero, Nav, FadeSection, etc.)
assets/ # Images and icons
App.tsx # Main app component
main.tsx # Entry point
public/
favicon.ico # Site icon
index.html # HTML template
- Profile Picture: Replace
/public/Profile_Picture.JPG
with your own image. - Favicon: Replace
/public/favicon.ico
or/public/favicon.svg
. - Content: Edit components in
src/components/
to update your name, bio, projects, etc. - Colors & Styles: Adjust Tailwind classes in the components for your preferred look.
You can deploy this site to Vercel, Netlify, or any static hosting provider.
npm run build
# or
yarn build
The output will be in the dist/
folder.
This project is open source and available under the MIT License.
Created by ##SammDevl.
Inspired by modern