Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 800 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 800 Bytes

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