Linkify is a simple platform that allows users to create a customizable link-in-bio page to share everything they create, curate, and sell from their social media profiles. It allows users to share all their important links in one place for easy access.
- Customizable Link-in-Bio Page: Create a personalized page with your name, profile picture, description, and social media links.
- Add Multiple Links: Add links to your Instagram, Twitter, GitHub, and other social media platforms.
- Simple User Interface: Clean and easy-to-use interface for adding and managing your links.
- Responsive Design: Works on both desktop and mobile devices.
You can check out the live demo of Linkify here: Linkify Demo
To run Linkify locally, follow these steps:
-
Clone the repository:
git clone https://github.com/surajgharpankar28/Linkify.git cd linkify
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and go to
http://localhost:3000
to view the app.
- Frontend: Next.js, React.js, Tailwind CSS
- Database: MongoDB
- Hosting: Vercel
-
Create your Linkify:
- Users input a customizable handle for their Linkify page.
- Add a profile picture and description.
-
Add Links:
- Add links to different social media profiles like Instagram, Twitter, GitHub, and more.
-
Submit and Share:
- Once all the details are entered, users can submit their Linkify and share it with others using a simple link.
- Fork the repository.
- Create a new branch (
git checkout -b feature-name
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-name
). - Open a pull request.
- Thanks to Tailwind CSS for making styling quick and easy.
- Thanks to React for providing a simple and powerful library for building UIs.