This is my personal portfolio website 🌐 showcasing my skills, projects, and contact information as a Fullstack Developer.
- ⚛️ React.js: A JavaScript library for building interactive user interfaces.
- 🎨 Tailwind CSS: Utility-first CSS framework for styling.
- 🗂️ Redux: State management for managing active tabs and UI state.
- 🔗 React Icons: Icons for adding visual appeal to the portfolio.
- 🔄 Smooth Scroll: Implemented smooth scrolling for better user navigation.
- 👋 Introduction Section: Overview of my skills as a Fullstack Developer.
- 💻 Skills Section: Displaying frontend and backend technologies with icons.
- 📂 Projects Section: Showcasing the projects I've built, including descriptions and technologies used.
- 📧 Contact Section: Links to reach out to me via email or social media.
- Clone the repo:
git clone https://github.com/Kushalchavan/portfolio.git
- Install dependencies:
npm install
- Start the development Server:
npm run dev