Link Sharing Portfolio
Description
Link Sharing Portfolio is a React-based web application that allows users to create a simple portfolio page with links to their GitHub, LinkedIn, and Twitter profiles. It also includes functionality to upload and display a profile photo using Pinata's IPFS storage.
Features
- Input fields for GitHub, LinkedIn, and Twitter profile links
- Profile photo upload functionality
- Integration with Pinata's IPFS storage for photo hosting
- Responsive design using Tailwind CSS
Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Node.js and npm
- You have a Pinata account and API keys (for photo upload functionality)
Installing Link Sharing Portfolio
To install Link Sharing Portfolio, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/link-sharing-portfolio.git
- Navigate to the project directory:
cd link-sharing-portfolio
- Install the dependencies:
npm install
Configuring the Application
- Create a
.env
file in the root directory of the project. - Add…