Skip to content

Commit 0bcc423

Browse files
authored
Update README.md
1 parent e05f9a4 commit 0bcc423

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
<hr />
55

66
## Project Backgroud and Overview
7-
This repository contains resources and examples for the "Advanced React For Enterprise: React for Senior Engineers" course from Udemy. The course covers advanced topics in React, including performance optimization, state management, and server-side rendering.
7+
This repository contains resources and examples for the "Advanced React For Enterprise: React for Senior Engineers" course from Udemy. The course covers advanced topics in React, including performance optimization, state management, and server-side rendering
88
<hr />
99

1010
## Project Goals
1111
The main objectives of this application are to:
1212

13-
1. This project focuses on implementing scalable CSS architecture for maintainable and consistent styles.
14-
2. It designs reusable React components using effective design patterns for modularity and composability.
15-
3. The components are built with TypeScript to ensure type safety and improve code maintainability.
16-
4. Unit and visual regression testing are incorporated to maintain component stability and catch style issues.
17-
5. Storybook is used to document components and establish a consistent design system for collaboration.
13+
1. This project focuses on implementing scalable CSS architecture for maintainable and consistent styles
14+
2. It designs reusable React components using effective design patterns for modularity and composability
15+
3. The components are built with TypeScript to ensure type safety and improve code maintainability
16+
4. Unit and visual regression testing are incorporated to maintain component stability and catch style issues
17+
5. Storybook is used to document components and establish a consistent design system for collaboration
1818
<hr />
1919

2020
## Technical Details
2121
Core technologies used:
2222

23-
- **React.js, JavaScript, TypeScript, SCSS, HTML**
23+
- **ReactJS, JavaScript, TypeScript, SCSS, HTML**
2424
<hr />
2525

2626
## Installation

0 commit comments

Comments
 (0)