Skip to content

Commit ce9482c

Browse files
committed
chore: update readme
1 parent 17fbeae commit ce9482c

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,26 @@
3030
- :cop: Eslint and Prettier configured with git hooks
3131
- Eslint and prettier configured together for auto save format and error checks
3232
- No git commit allowed if errors and warnings are present
33+
- :raised_hands: Global HTTP error and auth handler
34+
- Custom axios middlewares to handle errors on each request by default. But If needed, custom error handling also can be done with the error details sent by the middleware
35+
- Auth Token is sent by default if present
36+
- Progressbar animation added on each HTTP request
3337
- :nail_care: Styled Components
34-
- :raised_hands: Global HTTP error handler
35-
- :rocket: Develepment scope based App config file for deployment
38+
- Component based styling
39+
- Custom media queries with JS added as utility with accordance to Ant design breakpoints
3640
- :zap: Codesplitting
37-
- :speak_no_evil: Multilingual
41+
- Native React Lazy loaded pages/components with Suspense
42+
- Custom loader animation added
43+
- :capital_abcd: Multilingual
44+
- By default EN and BN json files are added.
45+
- Easily add new translation in the config folder
46+
- :art: Less and Bootstrap utility classes
47+
- For margin padding, width and many more utility classes are added and available
48+
- less loader added
49+
- :rocket: Develepment scope based App config file for deployment
50+
- App can have different configs, keys for staging, dev or prod and many more
51+
- Modify and update the `.env` file to store url/key data for different scope
52+
- Don't forget to add the `.env` file on the `.gitignore`
3853

3954
## How To Use
4055

0 commit comments

Comments
 (0)