mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
37 lines
824 B
Markdown
37 lines
824 B
Markdown
# DevToysWeb
|
|
|
|
A web clone of [DevToys](https://github.com/veler/DevToys)
|
|
|
|
## Setup
|
|
|
|
```shell
|
|
corepack enable
|
|
pnpm install
|
|
pnpm dev # route types will be generated by next.js
|
|
```
|
|
|
|
## Known issues
|
|
|
|
- Tool search does not set query parameters
|
|
- [(Shallow routing) updating search params causes server code to rerun.](https://github.com/vercel/next.js/issues/49668)
|
|
- [Editor may not resize to fit container size](https://github.com/suren-atoyan/monaco-react/issues/346)
|
|
- CSS outlines messed up
|
|
|
|
## Todo
|
|
|
|
- [x] Add site layout
|
|
- [x] Add all tools page mock
|
|
- [ ] Implement tools
|
|
- [x] Converters
|
|
- [x] Encoders / Decoders
|
|
- [x] Formatters
|
|
- [x] Generators
|
|
- [ ] Text
|
|
- [x] Text Inspector
|
|
- [x] Text Diff
|
|
- [ ] Graphic
|
|
- [ ] Settings
|
|
- [x] Settings menu item
|
|
- [x] Support dark mode
|
|
- [ ] Support i18n
|