From 9877771cdc14805dbe90f29a9d54d853030212ea Mon Sep 17 00:00:00 2001 From: ADAM FADHILAH <156969696+Adam-Jor@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:48:21 +0700 Subject: [PATCH 1/7] Add initial content to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..12799ccb --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +good From 601cd554ad08b1181189fd31d6f88e4a81eec0fd Mon Sep 17 00:00:00 2001 From: ADAM FADHILAH <156969696+Adam-Jor@users.noreply.github.com> Date: Thu, 16 Apr 2026 16:06:34 +0700 Subject: [PATCH 2/7] Change 'good' to 'nice try' in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12799ccb..dffe60a9 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -good +nice try From 846bc4dd769559b9a7d57a7b3fce7488d96f77a0 Mon Sep 17 00:00:00 2001 From: Adam-Jor Date: Thu, 16 Apr 2026 16:32:58 +0700 Subject: [PATCH 3/7] commit --- index.html | 11 +++++++++++ info.txt | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 00000000..d01f779f --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file diff --git a/info.txt b/info.txt index cb0a81a8..cadb5c8c 100644 --- a/info.txt +++ b/info.txt @@ -1 +1 @@ -Go ahead and fork this repository before cloning to your local computer! 😊 +Go ahead and fork this repository before cloning to your local computer! 😊git \ No newline at end of file From 45aeef95ba2211fe807fb4c63cccef1f84bd3ef8 Mon Sep 17 00:00:00 2001 From: Adam-Jor Date: Thu, 16 Apr 2026 20:16:59 +0700 Subject: [PATCH 4/7] Add main.js --- index.html | 2 +- main.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 main.js diff --git a/index.html b/index.html index d01f779f..e1965efc 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,6 @@ Document - + \ No newline at end of file diff --git a/main.js b/main.js new file mode 100644 index 00000000..dc86fd96 --- /dev/null +++ b/main.js @@ -0,0 +1 @@ +// ini kode js \ No newline at end of file From 3dfdad65a26e140044c457775a3f4e11c9909b61 Mon Sep 17 00:00:00 2001 From: Adam-Jor Date: Thu, 16 Apr 2026 20:26:01 +0700 Subject: [PATCH 5/7] change html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e1965efc..7d569b37 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ Document - + + \ No newline at end of file From fb86350b41a8393ba54c7c442b874491fe799df3 Mon Sep 17 00:00:00 2001 From: Adam-Jor Date: Thu, 16 Apr 2026 20:51:34 +0700 Subject: [PATCH 6/7] Add feature --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index dc86fd96..eceb3f41 100644 --- a/main.js +++ b/main.js @@ -1 +1,2 @@ -// ini kode js \ No newline at end of file +// ini kode js +// ini untuk validasi fitur \ No newline at end of file From 72d267f53e31b2fc964f610e54e5b209a2e2f64c Mon Sep 17 00:00:00 2001 From: ADAM FADHILAH <156969696+Adam-Jor@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:29:24 +0700 Subject: [PATCH 7/7] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dffe60a9..35ba58cc 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -nice try +# Project + +This repository is currently under development. Update this README with a short project overview, setup instructions, and usage examples as the implementation is finalized. + +## Getting started + +1. Clone the repository. +2. Install the project dependencies using the package manager or build tooling used by this repository. +3. Run the project's main command or entry point to verify the setup. + +## Status + +Documentation is not yet complete. Replace this placeholder description with project-specific details before publishing or sharing the repository.