A clean, responsive links page for social media profiles and portfolio links.
- Install dependencies:
npm install- Start the development server:
npm run dev- Visit
http://localhost:3000in your browser
This project is configured to work with GitHub Pages. To deploy:
- Push your changes to GitHub
- Go to your repository settings
- Under "GitHub Pages", select the
mainbranch and/docsfolder - Your site will be available at
https://[username].github.io/[repository-name]
Edit the public/config.js file to update your links and profile information:
{
profile: {
name: "Your Name",
bio: "Your Bio",
image: "path/to/image.png"
},
links: [
{
name: "Platform Name",
url: "https://platform.com/username",
icon: "platform-icon"
}
// Add more links...
]
}- HTML5
- CSS3
- JavaScript
- Node.js/Express (for local development)
- Font Awesome Icons