This repository provides a fully customizable portfolio website template built with React.js, TypeScript, and TailwindCSS. Clone, customize, and deploy to create your own professional portfolio!
Check out the live version of this portfolio template: https://portfolio.iotkiit.in/
- Responsive Design: Works seamlessly on desktop, tablet, and mobile devices.
- React + TypeScript: Built with modern React and TypeScript for a robust development experience.
- Styled with TailwindCSS: Easily customizable and efficient styling with utility-first classes.
- Dynamic Sections: Add your own sections like skills, projects, work experience, and more.
- Easy Deployment: Deploy quickly on platforms like Vercel, Netlify, or GitHub Pages.
- Node.js installed
- Package manager (e.g.,
npm
)
-
Clone the repository:
git clone <repolink> cd <folder>
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see your portfolio in action.
- Modify Content: Update the information in
src/data
to add your own details (e.g., about, skills, projects). - Add or Remove Sections: Customize the components in
src/App.tsx
to add new sections or modify existing ones.
-
Build for production:
npm run build
-
Deploy: Host your built project on platforms like Vercel, Netlify, or GitHub Pages for free.
This project is open-source and available under the MIT License.
Create a professional online presence with this easy-to-use portfolio template. Happy coding!