GithubHelp home page GithubHelp logo

sucicada / devtoysweb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from morinokami/devtoysweb

0.0 0.0 0.0 1.68 MB

DevToys on the web.

Home Page: https://devtoys.vercel.app

License: MIT License

JavaScript 2.20% TypeScript 77.85% CSS 19.28% Dockerfile 0.49% Makefile 0.18%

devtoysweb's Introduction

DevToysWeb

DevToysWeb

This is yet another version of DevToys. It is built with Next.js and you can access it from the following URL:

https://devtoys.vercel.app

It is being developed with the following goals in mind:

  • It should work on any OS by running on the web.
    • At the same time, it should work in a completely offline environment as a PWA.
  • It should have almost the same functionality and appearance as the original.
    • Support for dark mode and i18n is also important.

Therefore, I'm currently planning to follow the original project in the future development.

Development Status

  • Converters
    • ✅ JSON <> YAML
    • ✅ Number Base
  • Encoders / Decoders
    • ✅ HTML
    • ✅ URL
    • ✅ Base64
    • ✅ GZip
    • ✅ JWT Decoder
  • Formatters
    • ✅ JSON
    • ✅ SQL
    • ✅ XML
  • Generators
    • ✅ Hash (MD5, SHA1, SHA256, SHA512)
    • ✅ UUID 1 and 4
    • ✅ Lorem Ipsum
    • 🚧 Checksum
  • Text
    • ✅ Inspector & Case Converter
    • 🚧 Regex Tester
    • 🚧 Text Comparer
    • ✅ Markdown Preview
  • Graphic
    • 🚧 Color Blindness Simulator
    • 🚧 PNG / JPEG Compressor
    • 🚧 Image Converter

Translation

  1. Create a directory for the new locale in data/locales and copy all files in data/locales/en to it.
  2. Update the value of the localePath variable in nav.ts and translate the strings in messages.ts and nav.ts.
  3. Add a case for the new locale in hooks/useLocale.ts.
  4. Add a value for the new locale to languageOptions variable in pages/settings.tsx

Development

First, install the packages using the following command:

npm install

Run the development server:

npm run dev

Open http://localhost:3000 in your favorite browser and start developing!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.