From 1207a3ed626f58853e6e4d779c649b7ca58311cf Mon Sep 17 00:00:00 2001 From: Noa <144594801+NoaVel@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:10:40 +0300 Subject: [PATCH 1/3] feat(upload): implement image upload form with hashtag validation --- index.html | 4 +- js/check-hashtag-validity.js | 30 +++++++++ js/main.js | 2 + js/upload-photo-form.js | 114 +++++++++++++++++++++++++++++++++++ 4 files changed, 148 insertions(+), 2 deletions(-) create mode 100644 js/check-hashtag-validity.js create mode 100644 js/upload-photo-form.js diff --git a/index.html b/index.html index a1aea97..88f6628 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@