This repository contains the code for my personal portfolio website built using React and styled with Tailwind CSS. The website includes multiple pages for showcasing various aspects of my professional profile, such as About, Skills, Projects, and Contact sections. It is fully responsive, ensuring an optimal viewing experience on mobile devices, tablets, and desktops.
Make sure you have the following installed:
Clone the repository:
git clone https://github.com/talhashah-dev/portfolio.git
Navigate to the project directory:
cd portfolio
Install the dependencies:
npm install
or
yarn install
To start the development server, run:
npm start
or
yarn start
The website will be available at http://localhost:3000
.
Contributions are welcome! Please fork the repository and create a pull request with your changes.