Developing a personal system for storing bookmarks and notes, accessible via a web application and a browser extension that allows users to save bookmarks to the central system.
The system consists of a Laravel-based backend application providing an API and a Chrome Extension acting as the client.
Development Scope
- Laravel backend
- REST API
- MySQL
- Bookmark management
- Personal notes
- Chrome Extension
- Authentication
- API communication
- Cross-application data synchronization
This project demonstrates the ability to build a system using an API-first approach, where the backend supports multiple clients.