julius6208 / react_typeScript_material_ui_custom_theme

custom theme using React(react-query, react-hook-form), TypeScript, Material UI. Implement optimized project theme to build professional codebase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template of React + TypeScript Client Codebase

File Structure

------- public 
    |--- src 
        |--- assets
            |--- imgs
            |--- icons
            |--- json
            |--- locales // Multi language resource files
                |--- en
                    |--- translation.json
                |--- jp
                    |--- translation.json
        |--- build
        |--- components
        |--- constants
        |--- modules
        |--- pages
            |--- home
                |--- components
                |--- index.tsx
        |--- queries
        |--- states //(Recoil Atoms)
        |--- themes
        |--- types
        |--- UILibrary
        |--- App.tsx // Implement all providers
        |--- Body.tsx // Implement layout and routing
```

About

custom theme using React(react-query, react-hook-form), TypeScript, Material UI. Implement optimized project theme to build professional codebase.


Languages

Language:TypeScript 32.2%Language:HTML 26.8%Language:Dockerfile 15.7%Language:CSS 14.5%Language:JavaScript 10.7%