An open API service indexing awesome lists of open source software.

https://github.com/guibranco/bookmarks-manager-ui

📑🔖 A modern web-based bookmark manager built with Vite, allowing users to organize bookmarks into folders and topics. Features include search, grid/list views, and a clean, responsive UI.
https://github.com/guibranco/bookmarks-manager-ui

Last synced: 7 months ago
JSON representation

📑🔖 A modern web-based bookmark manager built with Vite, allowing users to organize bookmarks into folders and topics. Features include search, grid/list views, and a clean, responsive UI.

Awesome Lists containing this project

README

          

# 📑🔖 Bookmarks Manager (UI)

A modern, web-based **bookmark manager** built with **Vite, React, and TypeScript**, allowing users to organize bookmarks into folders and topics with a clean and intuitive UI.

## 🚀 Features
- 📂 **Organize Bookmarks** – Categorize bookmarks into folders/topics.
- 🔍 **Search Functionality** – Quickly find bookmarks by title or tags.
- 📌 **Grid/List View** – Switch between different layouts for better visualization.
- 🖼 **Thumbnail Previews** – View bookmarks with preview images.
- 🎨 **Modern UI with TailwindCSS** – Clean and responsive design.
- ⚡ **Built with Vite** – Super-fast development experience.

## 🛠 Tech Stack
- **Frontend**: React, TypeScript, TailwindCSS
- **Backend**: [Bookmarks Manager API](https://github.com/guibranco/bookmarks-manager-api)
- **Build Tool**: Vite
- **Icons**: Lucide React
- **Linting & Formatting**: ESLint, TypeScript ESLint

## 📦 Installation

Clone the repository and install dependencies:

```bash
# Clone the repo
git clone https://github.com/guibranco/bookmarks-manager-ui.git
cd bookmark-manager

# Install dependencies
npm install
```

## 🔧 Usage

Run the development server:

```bash
npm run dev
```

Build for production:

```bash
npm run build
```

Preview the production build:

```bash
npm run preview
```

## 📸 Screenshots

### Dark Theme - Grid view

![Preview Dark Theme - Grid](docs/preview-dark-grid.png)

### Dark Theme - List view

![Preview Dark Theme - List](docs/preview-dark-list.png)

### Dark Theme - Add New Bookmark

![Preview Dark Theme - Add New Bookmark](docs/preview-dark-add-new.png)

### Light Theme - Tree Structure

![Preview Light Theme - Tree Structure](docs/preview-light-tree-structure.png)

## 📜 License
This project is licensed under the [MIT License](LICENSE).

---

💡 **Contributions are welcome!** Feel free to submit issues or pull requests to improve the project. 🚀