Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prosenjit-manna/test-doc-and-log-dashboard
https://github.com/prosenjit-manna/test-doc-and-log-dashboard
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prosenjit-manna/test-doc-and-log-dashboard
- Owner: prosenjit-manna
- Created: 2024-02-21T11:55:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T08:46:32.000Z (10 months ago)
- Last Synced: 2024-06-14T14:53:28.576Z (7 months ago)
- Language: TypeScript
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Starter Template
## Features
- Vite Config
- React typescript with eslint and husky pre-commit hooks for checking lint staged files
- Tailwind added
- Auth pages added
- Redux with saga configured
- Basic Folder structure
- React router dom with few routes configured
- Cypress E2E with typescript config ready
- Vscode workspace settings added
- Vscode recommended extensions config added
- Prettier config added## Code Quality must be maintained
- Code quality
- Hooks Ordering
- import ordering
- Indentation ( 2 space )
- END of the line add a blank line
- Whitespace
- Class name Hyphen-case
- Component Main function PascalCase
- Component Child function camelCase
- Variable Name, Css Class Name, Component class Name should be meaningful.
- Eslint
- Max 300 lines of code for each components code blocks## Recommend Folder structure
- Global Components
- component name ( DIR )
- style
- test spec
- Page
- Auth
- Admin
- Orders
- Order List popover
- Users
- SCSS
- components
- lib
- Guards
- Interface
- Hooks ( Custom )
- Api Clients
- Redux Store
- Error handler
- App Constant