Thanks to visit codestin.com
Credit goes to github.com

Skip to content

My portfolio website with built-in blogs and courses support

License

sachinsmc/portfolio

 
 

Repository files navigation

Sachin Chavan - Portfolio

This is the portfolio website for Sachin Chavan, a Backend Developer specializing in Go and Node.js.

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/sachinsmc/portfolio.git
cd portfolio
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:3000.

Usage

  • To build the project for production, run:
npm run dev
  • To preview the production build, run:
npm run preview

Project Structure

.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

Technologies

  • React
  • TypeScript
  • Tailwind CSS
  • Vite
  • Framer Motion
  • Lucide React

Technologies

  • Dark mode toggle
  • Responsive design
  • Animated transitions
  • Professional experience section
  • Skills and technologies section
  • Education section
  • Contact section with social media links

License

This project is licensed under the MIT License.

About

My portfolio website with built-in blogs and courses support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.8%
  • JavaScript 6.9%
  • CSS 2.4%
  • HTML 1.9%