Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tuliocll/electron-react-sqlite-todo
- Owner: tuliocll
- Created: 2023-07-07T23:38:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T21:44:52.000Z (over 1 year ago)
- Last Synced: 2024-04-13T14:34:13.077Z (10 months ago)
- Topics: authentication
- Language: TypeScript
- Homepage: https://tuliocalil.com/desktop-apps-with-electron-react-and-sqlite/
- Size: 2.41 MB
- Stars: 17
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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/)