Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luin/bazinga
💥 The best all-in-one toolbox. Bazinga!
https://github.com/luin/bazinga
converter formatter online-tools raycast toolbox tools webapp
Last synced: 7 days ago
JSON representation
💥 The best all-in-one toolbox. Bazinga!
- Host: GitHub
- URL: https://github.com/luin/bazinga
- Owner: luin
- License: agpl-3.0
- Created: 2022-01-27T06:27:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T05:54:34.000Z (over 2 years ago)
- Last Synced: 2024-10-11T23:17:49.350Z (23 days ago)
- Topics: converter, formatter, online-tools, raycast, toolbox, tools, webapp
- Language: TypeScript
- Homepage: https://bazinga.tools
- Size: 437 KB
- Stars: 110
- Watchers: 2
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - bazinga - in-one toolbox. Bazinga! | luin | 105 | (TypeScript)
README
# Bazinga Tools
![](/.github/bang.svg)
The all-in-one toolbox for developers. https://bazinga.tools
## You Are in Good Company
> BAZINGA.TOOLS is the best all-in-one toolbox for all your needs...Bazinga!
>
> *—— Sheldon Lee Cooper*## Your Privacy Is Guaranteed
Your data won't leave your browser.
* ✅ No cookies
* ✅ No logging
* ✅ No IP fingerprinting
* ✅ No exception reports
* ✅ No popups
* ✅ Fully open source## Development
First, install dependencies:
```bash
npm install
```Second, run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. The page auto-updates as you edit the file.
## Add New Tools
All tools are located at `pages/`. To add a new tool, just follow the convention of the exsiting tools. The tech stack is TypeScript + React + CSS Modules.
Your feedback and contributions are welcome!
## Roadmap
* Add new tools
* Improve existing tools
* Support offline access
* Integrations (with Alfred, Raycast, Visual Studio Code...)