The open-source app to make notes.
The main goal of the project is to create simple and comfortable application to make notes.
- Shortcuts
- System, dark and light themes
- Import and export storage
- Navigate the app using the keyboard
- Responsive layout (it means the app looks good on each device)
- Launch app when system starts (optional)
# Clone this repo
git clone https://github.com/pink-eye/notfie-react
# Install dependencies
yarn add
# Create a package
yarn run package
# or create a package and an installer at once
yarn run make
See LICENSE