Commit 602cd57
committed
feat: rewrite to React + TypeScript with Vite and MUI 9
- Remove entire Blazor/C#/.NET codebase (src/, BitesInByte.sln, .hintrc)
- Add React 19 + TypeScript + Vite 8 project in web/
- Implement all 9 tools: JSON formatter, YAML validator, JWT decoder,
text compare, encode/decode, CSV delimiter, cron tester, JSON↔YAML
- MUI 9 with zinc/neutral palette matching bitesinbyte.com design
- Inter font, dark mode default, animated hero, card glow effects
- Monaco Editor for code editing and diff views
- PWA manifest, sitemap, favicons, Google Analytics preserved
- Update CI/CD to Node.js build deploying web/dist
- Update .gitignore for Node.js and README for new stack1 parent b293b63 commit 602cd57
File tree
89 files changed
+5889
-9701
lines changed- .github/workflows
- src
- Helpers
- Models
- SchemaStore
- Pages
- Converters
- Other
- Validators
- Properties
- wwwroot
- css
- scripts
- web
- public
- favicons
- src
- components
- data
- pages
- tools
- theme
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
89 files changed
+5889
-9701
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | | - | |
23 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
0 commit comments