This is the portfolio website for Sachin Chavan, a Backend Developer specializing in Go and Node.js.
- Clone the repository:
git clone https://github.com/sachinsmc/portfolio.git
cd portfolio- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to http://localhost:3000.
- To build the project for production, run:
npm run dev- To preview the production build, run:
npm run preview.bolt/
.github/
workflows/
.gitignore
.vercel/
README.txt
[eslint.config.js](http://_vscodecontentref_/1)
[index.html](http://_vscodecontentref_/2)
[postcss.config.js](http://_vscodecontentref_/3)
[tailwind.config.js](http://_vscodecontentref_/4)
[vite.config.ts](http://_vscodecontentref_/5)
src/
components/
Contact.tsx
Education.tsx
Experience.tsx
Header.tsx
Hero.tsx
Projects.tsx
Skills.tsx
ThemeToggle.tsx
data/
contact.ts
education.ts
experience.ts
personal.ts
projects.ts
skills.ts
hooks/
useDarkMode.ts
App.tsx
main.tsx
vite-env.d.ts
index.css
- React
- TypeScript
- Tailwind CSS
- Vite
- Framer Motion
- Lucide React
- Dark mode toggle
- Responsive design
- Animated transitions
- Professional experience section
- Skills and technologies section
- Education section
- Contact section with social media links
This project is licensed under the MIT License.