This is a project created for the Desktop Apps with Electron, React and SQLite post! This project uses React for the UI part, Better Sqlite to connect to the database and create the TODOs CRUD, CSS Modules for style and IPC to comunicate between Electron process.
You can found the Offline Auth code from the Offline auth with Electron + SQLite + React post on the feat/offline-auth
branch.
- React
- Electron
- Better-sqlite
- React router dom
- Nodejs 14+
Created using the Electron React Boilerplate