Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prosenjit-manna/ppt-js-debug-and-error-handling
https://github.com/prosenjit-manna/ppt-js-debug-and-error-handling
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prosenjit-manna/ppt-js-debug-and-error-handling
- Owner: prosenjit-manna
- Created: 2023-01-21T11:07:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T07:20:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-21T10:42:46.238Z (almost 2 years ago)
- Language: TypeScript
- Size: 697 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
- 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