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

https://github.com/homeboy445/todota

A personal productivity assistance provider.
https://github.com/homeboy445/todota

electron nodejs react

Last synced: 2 months ago
JSON representation

A personal productivity assistance provider.

Awesome Lists containing this project

README

          

# Todota (An electron-react-boilerplate App)
An electron-react app for enhancing productivity and it offers features like taking Todos, Notes, and saving secrets like passwords safely. The app follows
a **monolithic architecture** as it enculcates both the front-end part(react app) and back-end part(nodejs app) in itself.

## Todos

![Screenshot from 2022-08-20 15-57-16](https://user-images.githubusercontent.com/61937872/185741952-fb9e8541-f413-4925-af17-6a0b9431beee.png)

## Notes

![Screenshot from 2022-08-20 15-57-22](https://user-images.githubusercontent.com/61937872/185741965-a2e988b2-60b7-4d5d-9de0-44f5a8eda2d1.png)

## Secrets

![Screenshot from 2022-08-20 15-57-09](https://user-images.githubusercontent.com/61937872/185741982-44dbe5a2-b109-4eab-be8f-55118d0d9700.png)

## Steps to run and package
### For running...
`npm start`

### For packaging...
`npm run package`