diff --git a/Domains/Frontend/MiniProjects/snake-game/README.md b/Domains/Frontend/MiniProjects/snake-game/README.md
new file mode 100644
index 00000000..257a7161
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/snake-game/README.md
@@ -0,0 +1,38 @@
+# Snake Game
+
+A classic Snake game implemented as a frontend mini-project.
+
+
+Demo:
+
+
+
+
+## Description
+This is a simple implementation of the popular Snake game where the player controls a snake to eat food and grow longer while avoiding collisions with walls or itself.
+
+## Features
+- Responsive design
+- Score tracking
+- Game over detection
+- Keyboard controls
+
+## How to Play
+- Use arrow keys to control the snake's direction.
+- Eat the food to grow and increase your score.
+- Avoid hitting the walls or your own tail.
+
+## Installation
+1. Clone the repository.
+2. Open `index.html` in a web browser.
+
+## Technologies Used
+- HTML
+- CSS
+- JavaScript
+
+## Contributing
+Feel free to submit issues or pull requests.
+
+## License
+MIT License
\ No newline at end of file
diff --git a/Domains/Frontend/MiniProjects/snake-game/index.html b/Domains/Frontend/MiniProjects/snake-game/index.html
new file mode 100644
index 00000000..654a8d90
--- /dev/null
+++ b/Domains/Frontend/MiniProjects/snake-game/index.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+ Snake Game
+
+
+
+
+
Snake Game
+
Use the arrow keys to move the snake and eat the food!