DEV TOP is a cross-platform desktop application built with Electron.js. It provides a seamless way to manage your clipboard history, organize tasks, and save bookmarks—all in one place.
- Automatically saves your clipboard history.
- Quickly copy items back to the clipboard.
- Search and filter clipboard items.
- Add, edit, and delete tasks.
- Mark tasks as complete.
- Persistent storage using
localStorage.
- Save bookmarks with name, URL, and description.
- Open bookmarks in your default browser.
- Persistent storage using
localStorage.
- Clone the repository:
git clone <repository_url>
- Navigate to the project directory:
cd dev-top - Install dependencies:
npm install
- Start the application:
npm start
- Electron.js: For building the desktop application.
- HTML/CSS/JavaScript: For the user interface.
- localStorage: For data persistence.
Contributions are welcome!