https://github.com/rtivital/omatsuri
PWA with 12 open source frontend focused tools
https://github.com/rtivital/omatsuri
application css frontend react svg svgo toolbox webworkers
Last synced: 9 days ago
JSON representation
PWA with 12 open source frontend focused tools
- Host: GitHub
- URL: https://github.com/rtivital/omatsuri
- Owner: rtivital
- License: mit
- Created: 2020-08-09T19:03:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T01:32:47.000Z (about 1 year ago)
- Last Synced: 2024-10-29T17:40:20.815Z (6 months ago)
- Topics: application, css, frontend, react, svg, svgo, toolbox, webworkers
- Language: JavaScript
- Homepage: https://omatsuri.app
- Size: 25.5 MB
- Stars: 2,585
- Watchers: 29
- Forks: 203
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Source Code
README
# Omatsuri app

Omatsuri is a progressive web application with 12 open source frontend focused tools. Omatsuri translates to «festival» from Japanese (お祭り) and here we have a small festival of applications. It was built 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.
## Quick links
- [Contributing](./CONTRIBUTING.md)
- [Changelog](./CHANGELOG.md)## Key features
- Fast non-blocking computations with web workers
- No tracking, no ads, no other server connections – everything runs in browser only
- Full offline support
- Dark theme support
- All-in-one application for everyday tasks## Included Applications
- CSS Triangle Generator
- Color Shades Generator
- Gradient Generator
- Page Dividers Generator
- SVG compressor
- SVG to JSX converter
- Base64 encoder
- Realistic Fake Data Generator
- HTML/CSS Symbols Collection
- Lorem/Samuel/Poke Ipsum Generator
- CSS Cursor Properties
- JavaScript Events Keycodes## Local development
To get started with application locally use these commands:
```sh
# Install dependencies
yarn# Start application, browser will open automatically
npm start
```