diff --git a/Index.html b/index.html
similarity index 100%
rename from Index.html
rename to index.html
diff --git a/javascript/README.md b/javascript/README.md
new file mode 100644
index 0000000..e10d623
--- /dev/null
+++ b/javascript/README.md
@@ -0,0 +1,25 @@
+# AlonePong in JavaScript
+
+Welcome to the JavaScript version of AlonePong in the Pongtopia project! In this implementation, you'll experience the classic Pong game with a unique twist: you control a single paddle that bounces the ball against the bottom and side walls. Enjoy OldSchool stress-free moments.
+
+## How to Play
+
+Playing AlonePong in JavaScript is simple:
+
+1. Clone or download this repository to your local machine.
+2. Navigate to the "javascript-alone-pong" folder.
+3. Open the "index.html" file in your preferred web browser.
+
+Or [click here](https://rmottanet.github.io/pongtopia/)
+
+That's it! You can now enjoy the game and test your skills in this solo Pong adventure.
+
+## Technologies Used
+
+This implementation of AlonePong is written in JavaScript and uses HTML and CSS for the user interface. It's a lightweight and fun way to experience the game in your web browser.
+
+## Feedback and Contributions
+
+If you have any feedback, ideas for improvements, or if you'd like to contribute to this project, feel free to reach out. Your input is highly appreciated!
+
+Thanks for playing AlonePong in JavaScript, and enjoy the game!