Skip to content

S-Ketan/portfolio

Repository files navigation

Portfolio - Ketan Sharma

This is a portfolio project built using Next.js, React, and Tailwind CSS. It showcases various projects and components with interactive UI elements.

Getting Started

To get started with this project, follow the instructions below.

Prerequisites

Ensure you have the following installed on your machine:

  • Node.js (v14 or later)
  • npm (v6 or later) or yarn (v1.22 or later)

Installation

Clone the repository:

git clone https://github.com/your-username/portfolio.git
cd portfolio

Install the dependencies:

npm install
# or
yarn install

Running the Development Server

To start the development server, run:

npm run dev
# or
yarn dev

Open http://localhost:3000 in your browser to see the result.

Building for Production

To build the project for production, run:

npm run build
# or
yarn build

Starting the Production Server

After building the project, you can start the production server with:

npm start
# or
yarn start

Project Structure

The project structure is as follows:

.
├── .gitignore
├── .next/
├── app/
│   ├── AcertinityComponents/
│   ├── Banner.jsx
│   ├── Footer.jsx
│   ├── globals.css
│   ├── layout.jsx
│   ├── MyTools.jsx
│   ├── page.jsx
│   ├── Projects/
├── components/
│   ├── ui/
├── lib/
│   ├── utils.js
├── public/
│   ├── assets/
├── README.md
├── jsconfig.json
├── next.config.mjs
├── package.json
├── postcss.config.mjs
├── tailwind.config.mjs

Key Components

  • Banner: Displays the main banner with background effects.
  • Footer: Contains social media links and contact information.
  • MyTools: Showcases the tools and technologies used.
  • Projects: Contains individual project components with detailed information.
  • Timeline: Displays a timeline of the developer's journey.

Learn More

To learn more about Next.js, React, and Tailwind CSS, check out the following resources:

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgements

  • Next.js
  • React
  • Tailwind CSS
  • Framer Motion

Contact

For any inquiries, please contact Ketan Sharma at ketan10923@gmail.com.

About

A personal portfolio website built with Next.js, React, and Tailwind CSS. Showcasing my projects, skills, and experience with an interactive and modern UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors