Skip to content

tuliocll/electron-react-sqlite-todo

Repository files navigation

Electron + React + SQLite - TODO APP

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.

Libs

  • React
  • Electron
  • Better-sqlite
  • React router dom

Requirements

  • Nodejs 14+

Created using the Electron React Boilerplate