Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuliocll/electron-react-sqlite-todo

A TODO app with Auth built with Electron, ReactJS and SQLite
https://github.com/tuliocll/electron-react-sqlite-todo

authentication

Last synced: 29 days ago
JSON representation

A TODO app with Auth built with Electron, ReactJS and SQLite

Awesome Lists containing this project

README

        

# Electron + React + SQLite - TODO APP

This is a project created for the [Desktop Apps with Electron, React and SQLite](https://tuliocalil.com/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.

![](preview.jpg)

You can found the Offline Auth code from the [Offline auth with Electron + SQLite + React post](https://tuliocalil.com/offline-auth-with-electron-sqlite-react/) on the `feat/offline-auth` branch.

![](offline-auth.gif)

## Libs

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

## Requirements

- Nodejs 14+

Created using the [Electron React Boilerplate](https://electron-react-boilerplate.js.org/)