Skip to content

ariesmaulana/perkakas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perkakas - Just In Case Utilites

A collection of useful utilities.

Available Tools

  • Password Generator - Generate secure, random passwords with customizable options
  • Days Counter - Calculate days between dates with presets
  • JSON Prettify - Format and beautify JSON data
  • Random Key Generator - Generate WPA and WEP encryption keys
  • Text Diff - Compare two texts and highlight differences
  • And more...

Setup

Install dependencies:

npm install

Development

Start the development server on http://localhost:3000:

npm run dev

Production Build

Build the application for production:

npm run build

Preview the production build locally:

npm run preview

Deployment

Generate static files:

npm run generate

Copy .output/public to your server, then configure Caddy:

yourdomain.com {
    root * /var/www/perkakas
    file_server
    try_files {path} /index.html
}

The try_files directive ensures client-side routing works correctly.

Tech Stack

  • Framework: Nuxt 4
  • Styling: Tailwind CSS
  • Language: JavaScript with JSDoc

📄 License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors