jaabiri / omatsuri

Browser application with 11 open source frontend focused tools

Home Page:https://omatsuri.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omatsuri app

Logo

Omatsuri is offline first PWA with 10 open source frontend focused tools. Omatsuri translates to «festival» from Japanese (お祭り) and here we have a small festival of applications. It was buit with strong respect to your privacy – you will never see ads and it does not include analytics services (or actually any services at all). You are highly encouraged to explore source code and use it in your projects.

Key features

  • Offline support with service worker
  • Fast non-blocking computations with web workers
  • No tracking, no ads, no other server connections – everything runs in browser only
  • All-in-one application for everyday tasks

Included Applications

  • CSS Triangle Generator
  • Color Shades Generator
  • Curved Page Dividers Generator
  • SVG compressor
  • SVG to JSX converter
  • Base64 encoder
  • Realistic Fake Data Generator
  • HTML/CSS Symbols Collection
  • Lorem/Samuel/Poke Ipsum Generator

README-Jobs


This section promotes developer jobs and contributes in sponsoring this open source project.
Learn more about it here.


Contributing

Thanks for taking a look at the project and thinking about contributing!

To get started with application localy use these commands:

# Install dependencies
yarn

# Start application, browser will open automatically
npm start

Please make sure to use prettier and eslint while developing. Create awesome stuff and send a pull request!

Features to contribute

There are a lot of missing features that can be added, let's focus on most intresting:

  • Full offline support with service workers
  • Dark theme support (automatically detected from user os)
  • New application – e.g. gradient generator

If you decide to build one of these featues please be aware of design language of the app and recreate it as similar as possible for new design elements.

About

Browser application with 11 open source frontend focused tools

https://omatsuri.app

License:MIT License


Languages

Language:JavaScript 86.7%Language:CSS 13.3%