Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 2.97 KB

README.md

File metadata and controls

82 lines (60 loc) · 2.97 KB

App Icon

Sayad Ganj - سیدگنج

The First Balochi Dictionary - بلوچی ءِ اوّلی بزانت بلد

A Desktop version of Sayad Ganj / سیدگنج built with ElectronJS + ReactJS + TailwindCSS

To access the web version, you can visit the https://sayadganj.online.

Screenshots

Sayadganj Screenshot GIF

Sayadganj Screenshot GIF

Download

File Version Size Release Date
Sayadganj-0.1.7-linux-x86_64.AppImage v0.1.7 145 MB Oct 7, 2023
Sayadganj-0.1.7-linux-amd64.deb v0.1.7 89.5 MB Oct 7, 2023
Sayadganj-win32 Portable.zip v0.1.6 131 MB Nov 12, 2022
Sayadganj-win64 Portable.zip v0.1.6 136 MB Nov 12, 2022
Sayadganj-win32 Installer.exe v0.1.6 94.4 MB Nov 12, 2022
Sayadganj-win64 Installer.exe v0.1.6 97.8 MB Nov 12, 2022

Development

Run

  git clone https://github.com/umairayub79/SayadGanj-Desktop.git
  cd ./SayadGanj-Desktop
  npm install
  npm run electron:start

Runs the app in the development mode. A brand new window will be opened by electron automatically.

note: if you get a 'module not found' error that's because this project uses SQLite3 and SQLite3 is not a 'native' module so we need to rebuild it:

  npm run rebuild-sqlite3

If you are on a MacOSX, you might need to have XCode and its tools installed. Also, on Windows, you may need to have some of the .NET Framework properly installed to build that native module.

Packaging for Production

To package the app for mac :

npm run electron:package:mac

To package the app for windows :

npm run electron:package:win

To package the app for linux :

npm run electron:package:linux

To-do

  • Random Word
  • Search
  • Search History
  • Copy to Clipboard
  • Restructure Database
  • Favorites
  • Dark Mode
  • Virtual Keyboard
  • Font Settings

Contributing

Contributions are always welcome!

Feedback

If you have any feedback, please reach out to me at [email protected]

License

MIT