From ca30ae9df049cfb3cde4d84d5cff79588f72be0d Mon Sep 17 00:00:00 2001 From: creme332 <65414576+creme332@users.noreply.github.com> Date: Wed, 22 May 2024 12:09:53 +0400 Subject: [PATCH] update features --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e6ab013..d16da13c 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,16 @@ The code for the admin website is found in a separate repository. ## Main features - MVC pattern -- Dynamic routing +- Semantic URL routing - Email-based password recovery - Email notification on order - Testing with phpUnit - Mobile-responsive website -- Javascript code bundling with backwards compatibility +- Utilizes Webpack for efficient code bundling and compatibility with older browsers. - Product review system with nested comments +- Fuzzy searching on shop page +- Pagination +- SEO optimized - REST API ## Documentation