Welcome to my portfolio! This project is built with React and Vite, styled with Tailwind CSS, and features animations powered by GSAP and Framer Motion.
- Introduction
- Features
- Demo
- Installation
- Usage
- Configuration
- Environment Variables
- Technologies
- Project Structure
- Contributing
- Acknowledgments
- Credits
- License
This portfolio showcases my skills and projects as a developer. It includes interactive and dynamic elements to engage visitors and highlight my abilities in front-end development.
- React & Vite: Fast and efficient front-end framework and build tool.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.
- GSAP: Powerful animation library for high-performance animations.
- Framer Motion: Declarative animations and gestures for React.
- Responsive Design: Ensures compatibility across various devices and screen sizes.
- Interactive Elements: Engaging animations and transitions to enhance user experience.
To run this project locally, follow these steps:
-
Clone the repository:
git clone
-
Navigate to the project directory:
cd your-repo-name -
Install Dependencies:
npm install or npm i
-
Start the development server:
npm run dev