Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.62 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.62 KB

Bookly - Bookmark Manager Web App

xc

Bookly is a bookmark manager web application built using React (Vite) and Radiux UI, incorporating Chadcn, Lucide React Icons, DND (Drag and Drop), Sonner, Tailwind CSS, Axios, Zod, and TypeScript. This project is designed to provide users with a seamless and intuitive platform for managing their bookmarks.

Demo

BooklyDemo.mp4

Features

  1. User Sign Up/Login:

    • Easily create a new account or log in to an existing one to personalize your bookmarking experience.
  2. Collections Management:

    • Create, edit, nest, and delete collections to organize your bookmarks.
  3. Bookmark Management:

    • Add, edit, and delete bookmarks to keep track of your favorite websites and resources.

Getting Started

  1. Clone the Repository:
git clone https://github.com/your-username/Bookly.git
cd Bookly
  1. Install Dependencies :
npm install
  1. Run the Development Server :
npm run dev

The application will be accessible at http://localhost:3000.

Tasks (Todo)

  • Collaboration
  • Improve Choosing Collection View List
  • User onboarding
  • Implement Search Feature
  • User Settings Page
  • Bookmarks View Variety
  • Code optimization

Backend Repo

The backend for Bookly is managed by Abdallah Elhadad. You can find the repository here.