devfolio-vite is a modern, interactive React portfolio website built with Vite and styled with Tailwind CSS. It showcases projects with smooth animations and responsive design using GSAP, Framer Motion, Ant Design components, and more.
git clone https://github.com/neelshha/devfolio-vite.git
cd devfolio-vite
npm install
npm run dev
In the project directory, you can run:
npm run dev
— Starts the development server at http://localhost:5173/
.npm run build
— Bundles the app for production to the dist
folder.npm run preview
— Previews the production build locally.npm run lint
— Runs ESLint on the codebase.devfolio-vite/
├── public/ # Static assets and index.html
├── src/
│ ├── assets/ # Images, icons, fonts, etc.
│ ├── components/ # Reusable React components
│ ├── pages/ # Page-level components
│ ├── styles/ # Global CSS/Tailwind imports
│ ├── App.jsx # Root React component
│ └── main.jsx # App entry point
├── tailwind.config.js # Tailwind CSS configuration
├── postcss.config.js # PostCSS configuration
├── vite.config.js # Vite configuration
├── package.json
└── README.md
Dependencies:
Dev Dependencies:
This project is licensed under the MIT License. See the LICENSE file for details.
Created by Neel Shah