https://github.com/audrey-yang/taskflow2
☑️ A little task manager
https://github.com/audrey-yang/taskflow2
electron electron-forge pouchdb react vite
Last synced: 2 months ago
JSON representation
☑️ A little task manager
- Host: GitHub
- URL: https://github.com/audrey-yang/taskflow2
- Owner: audrey-yang
- Created: 2024-11-09T01:20:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-20T04:10:23.000Z (8 months ago)
- Last Synced: 2025-10-20T07:46:12.354Z (8 months ago)
- Topics: electron, electron-forge, pouchdb, react, vite
- Language: TypeScript
- Homepage:
- Size: 2.41 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taskflow2
## About
A little task manager made with Electron.js, Vite, React.js, and PouchDB/CouchDB.
## How to run
To run the application locally, run
```
npm install
npm start
```
This application expects a CouchDB instance from IBM Cloudant. You will need a `.env` file storing credentials in order to connect to Cloudant.