From ea20a93d96d72fa1fd4c4004477cec4cfd4a3294 Mon Sep 17 00:00:00 2001 From: ahzek Date: Sun, 1 Jun 2025 19:11:16 +0200 Subject: [PATCH] update eng --- en.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/en.html b/en.html index 285f9ed..2084db3 100644 --- a/en.html +++ b/en.html @@ -116,19 +116,18 @@
-

Bookstore Website Project: The Dark Anatheum (in progress)

+

Bookstore Website Project: The Dark Anatheum

A project created to learn and apply modern web technologies and backend architecture in Rust.

  • Implementation of the backend in Rust using Actix Web
  • Designing a PostgreSQL database for managing users and orders
  • Creating a dynamic book catalog with filtering and sorting features
  • -
  • Adding a user review and rating system for products
  • Integrating a shopping cart with product management options
  • Developing an intuitive user interface with HTML, CSS, and TypeScript