From 21e41cb9f90df2c09081e9a71c71e4aaa696c0f4 Mon Sep 17 00:00:00 2001 From: Yun Ji <87448230+actuallyyun@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:22:44 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dc9f1bb..840a9ce 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,12 @@ assets to start! Scored 4/5 in code quality, 4/5 in maintainability and 5/5 in testing in the code report from a Rviewer mentor. ## Highlights -・Implemented Clean Architecture approach to produce clean, maintainable and well-designed code. -・Created well isolated types and components that can be reused with ease. -・Extracted multiple React Hooks into a custom Hook to improve performance and code maintainability. -・Provided module based tests to test React components and application logic, achieved 93% code coverage. -・Used module based CSS to manage stylesheets. + +- Implemented Clean Architecture approach to produce clean, maintainable and well-designed code. +- Created well isolated types and components that can be reused with ease. +- Extracted multiple React Hooks into a custom Hook to improve performance and code maintainability. +- Provided module based tests to test React components and application logic, achieved 93% code coverage. +- Used module based CSS to manage stylesheets. ## To read about how I refactored the code using React custom Hopk, go to