Skip to content

文字列をパーセントエンコードすることができます。Reactの学習のために作りました。encodeURIComponentを用いているためは一部の文字はエンコードされません。

Notifications You must be signed in to change notification settings

morimorig3/percent-encoder

Repository files navigation

パーセントエンコーダー

文字列をパーセントエンコードするツール

セットアップ

  • createReactApp
  • Jest
  • TypeScript
  • ESLint
  • tailwindCSS

createReactAppTypeScript

npx create-react-app@next --scripts-version=@next --template=typescript@next my-ts-app

tailwindCSS

tailwind

ESlint

Airbnb

About

文字列をパーセントエンコードすることができます。Reactの学習のために作りました。encodeURIComponentを用いているためは一部の文字はエンコードされません。

Topics

Resources

Stars

Watchers

Forks