This web application is a clone of LinkTree, a popular tool used for creating a personalized page with multiple links to various online profiles, websites, or resources. With this clone, you can create your own version of a LinkTree-like page and share it with others.
- Personalized Page: Each user can create their own personalized page with a unique URL.
- Multiple Links: Users can add multiple links to their page, including links to social media profiles, websites, blog posts, videos, and more.
- Link Management: Users can easily manage and rearrange the order of their links, edit existing links, or remove links.
- Responsive Design: The web app is designed to be responsive and work seamlessly on various devices, including desktops, tablets, and mobile phones.
Client: React, TailwindCSS
Server: Node, Express
Database: MongoDB
- Clone this repository:
git clone https://github.com/Bilal1204/linker.git
Navigate to the project directory: cd linktree-clone
Install the dependencies: npm install
Start the development server: npm start
Open your web browser and visit http://localhost:3000 to access the application.
Note: Make sure you have Node.js installed on your machine before following these steps.