Skip to content

v0.1.0

Latest

Choose a tag to compare

@tinywind tinywind released this 27 May 05:44
· 5 commits to main since this release

Key Features

  • Post Scraping: Automatically scrape and collect posts from specified websites.
  • Custom Shortcuts: Enhance user experience with support for custom keyboard shortcuts.
  • Dark Mode: Utilize prefers-color-scheme to enable dark mode, providing a comfortable viewing experience in low-light environments.
  • Notification System: Built-in notifications alert users of key events or updates.
  • Redux Integration: Efficient state management using Redux.
  • React Router: Seamless navigation within the application using react-router-dom.
  • Responsive Design: The layout adjusts to support different screen sizes and resolutions, ensuring a smooth user experience across devices.
  • Database Integration: Persistent storage using nedb in the main thread.

Frameworks and Libraries

  • Electron: The main framework for building this cross-platform desktop application.
  • React: Utilized for building the user interface.
  • Redux: Used for state management.
  • React Router: For handling application routing.
  • Tailwind CSS: For styling the application.
  • nedb: For lightweight database operations in the main process.