Skip to content

Commit dbfec84

Browse files
committed
chore: update readme
1 parent dd9ab92 commit dbfec84

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,29 @@
1111
<p align="center">
1212
<a href="#key-features">Key Features</a> •
1313
<a href="#how-to-use">How To Use</a> •
14-
<a href="#download">Download</a> •
1514
<a href="#credits">Credits</a> •
16-
<a href="#related">Related</a> •
1715
<a href="#license">License</a>
1816
</p>
1917

2018
## Key Features
2119

22-
- Built with CRA but extendable :fire:
20+
- :fire: Built with CRA but extendable
2321
- Comes with the latest CRA scripts and config
2422
- To extend the CRA webpack config, use `craco.config.js` file. No need to eject
25-
- Redux and Redux Saga but with less boilerplate :chart_with_upwards_trend:
23+
- :chart_with_upwards_trend: Redux and Redux Saga but with less boilerplate
2624
- Redux Toolkit configured with React Redux and Redux Saga for very little boilerplate
2725
- React Redux Hooks used for even more clean code
28-
- Ant Design :blue_heart:
26+
- :blue_heart: Ant Design
2927
- Configurable Ant theme variables out of the box
3028
- Localized Ant Design Component for better multilingual support
31-
- Eslint and Prettier configured with git hooks :cop:
29+
- :cop: Eslint and Prettier configured with git hooks
3230
- Eslint and prettier configured together for auto save format and error checks
3331
- No git commit allowed if errors and warnings are present
34-
- Styled Components :nail_care:
35-
- Global HTTP error handler :raised_hands:
36-
- Develepment scope based App config file for deployment :rocket:
37-
- Codesplitting :zap:
38-
- Multilingual :speak_no_evil:
32+
- :nail_care: Styled Components
33+
- :raised_hands: Global HTTP error handler
34+
- :rocket: Develepment scope based App config file for deployment
35+
- :zap: Codesplitting
36+
- :speak_no_evil: Multilingual
3937

4038
## How To Use
4139

0 commit comments

Comments
 (0)