Skip to content

michaeltukdev/Kakikomi

Repository files navigation

Kakikomi is a simplistic open-source note taking app built using NativePHP which compiles into Electron. NativePHP allows developers to build native desktop apps with the technologies that they have love.

As this is open-source, you are free to build this yourself and make any additions or changes as you please.

Current functionality

  • Basic note-taking
  • Note starring
  • Password protected notes (Encrypted)
  • Locked notes

Prerequisites

Setup guide

git clone https://github.com/michaeltukdev/Kakikomi.git
cd Kakikomi
composer install
move .env.example .env
php artisan key:generate
npm install & npm run build
php artisan native:install
php artisan native:serve 

To build run: php artisan native:build

Preview

YouTube demo

About

A note taking app built using NativePHP!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published