From 88b1012781f651c88ebc40997a70b13ce850d2f9 Mon Sep 17 00:00:00 2001 From: Anastasiia <49147515+Anastasia520@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:53:30 +0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fd4c829..3519fb0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Twitter Clone Application (in progress) +A Twitter clone built with React, featuring user registration, post +creation, and commenting. - Set up custom project configuration conforming to industry best practices for accessibility and internationalization (webpack, jest, babel, eslint, i18n) - Implemented FSD pattern for the best scalability and business orientation.