Skip to content

This project is made with the idea of tracking links, just remember your id and password and you'll be able to retrieve important links that you forget

License

Notifications You must be signed in to change notification settings

whysosaket/LinkMyLinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkMyLinks

The purpose of this project is to enable link tracking by simply remembering your login credentials. This will allow you to retrieve important links that you may have forgotten. The key difference between this project and other link-sharing websites is that while others only offer the ability to add social or public links, this project allows you to organize your links into categories, mark specific links as private, and even designate certain groups as private. This means that public links will be visible on your profile even if they are accessed without your login information.

Note

If you want to work only on the frontend, the backend is hosted on vercel, you can check that out!
Hosted Backend Link: https://link-my-links.vercel.app

Tech Stack

React NodeJS Express.js MongoDB TailwindCSS

Future Ideas

  1. Collaboration features: This would allow users to share their links and categories with other users, as well as work together on link curation and organization.

  2. Browser extension: A browser extension could be developed to allow users to quickly add links to their project from any webpage they are currently viewing.

  3. Adding search functionality: This would enable users to quickly and easily find specific links or categories within their collection.

TODOS

  1. Improving the UI, by using Tailwind CSS/ Custom Componets
  2. Removing the Custom CSS to make the Website less laggy
  3. Adding a Search Feature
  4. Fixing the Issue such as, Adding a list type, making a link private

Rules to Contribute

  1. Star the Repository
  2. Create your fork
  3. Test your changes rigorously before creating a pull request

How to Run for Development

Clone the project

  git clone https://github.com/whysosaket/LinkMyLinks.git

Go to the project directory

  cd LinkMyLinks

Install dependencies

  npm install

Start the server (cd into Server Folder)

  node app.js

Start the React Server (cd into Client Folder)

  npm start

Hope you enjoy contributing ❤️

About

This project is made with the idea of tracking links, just remember your id and password and you'll be able to retrieve important links that you forget

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published