My LinkS is a lightweight and intuitive web application designed to help you manage all the links you want to read or watch later. Whether it's tutorials, articles, or videos, LinkS keeps everything organized and accessible.
- 📥 Add Links — Quickly save URLs to your reading or watchlist.
- 🏷️ Tags — Categorize links with custom tags (e.g.,
tutorial,reading,video). - 💾 Local Storage — Your data is saved automatically in your browser — no account needed.
- ⭐ Favorites — Mark important links for fast access.
- 📤 Share — Share your curated links with others.
- 🔀 Rearrange — Drag and drop to reorder your list.
- 🔍 Search — Find links by title, URL, or tag.
- 🗑️ Delete — Remove links you've already read or watched.
This project is built using modern frontend technologies:
- ⚡ Vue.js — Reactive UI framework
- 🚀 Vite — Fast build tool
- 🧠 TypeScript — Strongly typed JavaScript for better developer experience
- 🎨 Tailwind CSS — Utility-first CSS framework
- 💾 LocalStorage API — For data persistence (Client-side only)
To run the project locally:
- Clone the repository
- Go to frontend folder
cd frontend - Install dependencies
npm install
npx vite
npm run build
Backend integration (Node.js + Express) — The backend/ folder with Node.js + Express setup is already included in the repository
This project is licensed under the MIT License. See the LICENSE file for more details.

