This project is a personal portfolio website built using modern web technologies. It showcases the skills, projects, and experiences of Nikhil Patil, a passionate frontend developer.
- Frontend: React, Tailwind CSS, TypeScript
- UI Components: Radix UI
- Build Tools: Next.js, ESLint, TypeScript
- package.json: Lists all the dependencies and scripts for the project.
- components/sections: Contains various sections of the portfolio like AboutMe, Projects, and Hello.
- tailwind.config.ts: Configuration file for Tailwind CSS.
- Responsive Design: Ensures the portfolio looks great on all devices.
- Interactive UI: Utilizes Radix UI components for a better user experience.
- Project Showcase: Displays projects with descriptions and links to GitHub repositories.
dev
: Starts the development server.build
: Builds the project for production.start
: Starts the production server.lint
: Runs ESLint to check for code quality.type-check
: Runs TypeScript type checking.
- Clone the repository.
- Install dependencies using
npm install
. - Run the development server using
npm run dev
.
Feel free to fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
Nikhil Patil