LinkCollect is a web application that allows users to create and share collections of links. Whether you want to bookmark your favorite websites, save online resources for later, or curate a list of useful links, LinkCollect provides an intuitive and user-friendly platform for organizing and sharing your collections.
- Create and manage collections of links
- Add, edit, and delete links within collections
- Organize links with tags and categories
- Customize collection settings and privacy
- Share collections with others via unique URLs
- Explore and discover public collections from other users
- Responsive design for seamless browsing on different devices
To run LinkCollect locally or deploy it to your own server, follow these steps:
- Clone the repository from GitHub:
git clone https://github.com/linkcollect/Main-Website-Linkcollect.git
- Install the necessary dependencies:
cd Main-Website-Linkcollect
npm install
npm start
- Open your web browser and visit
http://localhost:3000
to access LinkCollect.
- Sign up or log in to your LinkCollect account.
- Once logged in, click on the "New Collection" button to create a new collection.
- Provide a title and description for your collection.
- Start adding links to your collection by clicking on the "Add Link" button and filling in the URL, title, and optional tags.
- Save your collection when you're done adding links.
- To view your collections, go to your profile page or access them directly via the unique URL assigned to each collection.
- Edit a collection: Click on the collection title, then click on the "Edit" button to make changes to the title, description, or individual links within the collection.
- Delete a collection: Open the collection and click on the "Delete" button to remove the entire collection and its associated links.
- Each collection has its own unique URL that can be shared with others. You can find the URL in the address bar of your web browser when viewing the collection.
- To share a collection, simply copy the URL and send it to others via email, social media, or any other desired communication channel.
We welcome contributions from the community to enhance LinkCollect. If you'd like to contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the code is properly tested.
- Commit your changes and push them to your fork.
- Submit a pull request describing your changes.
LinkCollect is licensed under the MIT License.