Welcome to my portfolio website! This project showcases my skills and experience as a web developer. It features a variety of pages and functionalities to give you an insight into my work and expertise.
You can view the live version of my portfolio website here.
- HTML
- CSS
- Tailwind CSS
- React.js
- Material Tailwind
- Vite (for development and build)
- Responsive Design: The website is designed to be responsive and work seamlessly across various devices.
- Dynamic Pages: Includes pages such as Home, About, Portfolio, and Contact.
- Project Showcase: Features a section to display recent projects with interactive elements.
- Hero Sections: Each page has a custom hero section with background images and animations.
- Loader Animation: A custom loader is shown during page transitions to enhance the user experience.
- Not Found Page: A custom 404 page is displayed for invalid URLs.
- CDN Usage: I'm using Cloudinary for image delivery, which ensures faster loading times and optimized image formats.
- Assets Management: All assets used in the website are stored in the
assets
folder for easy management and organization.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Anuj579/My-Portfolio.git
-
Navigate to the project directory:
cd My-Portfolio
-
Install dependencies:
npm install
-
Start the development server:
npm run dev