A simple Bookmark Manager application that allows users to add, view, edit, delete, and categorize bookmarks. This application utilizes Django REST Framework for the backend and HTML, CSS, and JavaScript for the frontend.
- User-friendly Interface: Easily manage your bookmarks through a simple web interface.
- Add Bookmarks: Users can add new bookmarks by providing a URL, title, and category.
- Edit Bookmarks: Modify existing bookmarks as needed.
- Delete Bookmarks: Remove bookmarks that are no longer needed.
- Search Functionality: Quickly find bookmarks using a search feature.
- Categorization: Organize bookmarks into categories for better management.
- Favorites: Mark bookmarks as favorites for easy access.
- Frontend: HTML, CSS, JavaScript
- Backend: Django, Django REST Framework
- Database: Postgresql