Berk Uras Logo

Berk Uras

InspoBoard

Collect and organize your inspiration, all in one place.

InspoBoard Hero Image

About The Project

InspoBoard is a lightweight, client-side web application that acts as a personal digital corkboard. Users can quickly save images and notes, create different boards for various topics, and organize their ideas visually. The entire application runs in the browser and uses LocalStorage for data persistence, requiring no backend or user accounts.

Tech Stack

Vanilla JavaScript (ES6+) HTML5 Drag & Drop API CSS Grid LocalStorage

Key Features

Challenges & Solutions

Implementing a robust drag-and-drop feature that works consistently across different browsers proved to be a challenge. I solved this by building a custom solution using the native HTML5 Drag & Drop API, adding custom event listeners to manage state, and providing clear visual feedback to the user during the drag operation to make it intuitive.