Skip to content

WorryHusky/nyatet

 
 

Repository files navigation

Todo List & Note Application

Tech

  • Laravel 10
  • Socialite Plugin
  • Livewire
  • Alpine JS
  • Tailwind CSS
  • Daisy UI

Fitur

  • Login & Register
  • Login with GitHub / Google
  • Reset Password (dikirim ke email)
  • Todo List
  • Note (bisa dikunci)
  • Enkripsi Laravel menggunakan OpenSSL untuk menyediakan enkripsi AES-256 dan AES-128

Cara Penggunaan

  • Clone Repository
git clone https://github.com/orz14/nyatet-app.git
cd nyatet-app/
  • Copy .env and Modify It
cp .env.example .env
  • Install Vendor Using Composer
composer install
  • Generate Key
php artisan key:generate
  • Run Migration & Seeders
php artisan migrate --seed
  • Install Node Modules Using Yarn or NPM
# using yarn
yarn
yarn dev

# using npm
npm install
npm run dev
  • Serve
php artisan serve

Contoh Enkripsi

Contoh Enkripsi

License

The Laravel framework is open-sourced software licensed under the MIT license.


Created with 💚 by ORZCODE

About

Todo List & Note Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 68.7%
  • Blade 29.0%
  • CSS 1.6%
  • JavaScript 0.7%