https://github.com/alphaolomi/todo-electron
A simple ✔Todo Manager for Learning Purposes 📚
https://github.com/alphaolomi/todo-electron
desktop-application electronjs todolist-application
Last synced: 3 months ago
JSON representation
A simple ✔Todo Manager for Learning Purposes 📚
- Host: GitHub
- URL: https://github.com/alphaolomi/todo-electron
- Owner: alphaolomi
- License: mit
- Created: 2019-08-13T06:26:23.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T16:53:38.000Z (over 2 years ago)
- Last Synced: 2025-03-01T00:54:05.954Z (7 months ago)
- Topics: desktop-application, electronjs, todolist-application
- Language: JavaScript
- Homepage:
- Size: 7.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Qoutes uses Electron, React, React Router, Webpack and React Fast Refresh.
## Development
### Install
First fork and, clone the repo via git and install dependencies:
```bash
git clone https://github.com/app todo-app
cd todo-app
yarn
```### Starting Development
Start the app in the `dev` environment:
```bash
yarn start
```### Packaging for Production
To package apps for the local platform:
```bash
yarn package
```## Docs
See our [docs and guides here](/)
## Maintainers
- [Alpha Olomi](https://github.com/alphaolomi)
## License
MIT License