diff --git a/README.md b/README.md
index 0b458e62..4edfad0e 100644
--- a/README.md
+++ b/README.md
@@ -25,24 +25,28 @@ The web application has been deployed and you can use it [just here!](https://am
- Industry Best Practices
- Serve as an exemplary codebase demonstrating optimal coding patterns, clean architecture, and modern development standards for the industry
+| Desktop | Mobile |
+| ---------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
+|
|
|
+
## Development commands
-| Script | Description |
-| -------------------------- | --------------------------------------------------------------------------------------- |
-| `bun start` | Alias for `bun dev` - starts the development server |
-| `bun dev` | Starts Vite development server with hot reload |
-| `bun run build` | Builds the production application (cleans dist, generates version, compiles TypeScript) |
-| `bun run preview` | Previews the production build locally (from `dist/`) |
-| `bun run deploy` | Rebuilds the app and moves output to `docs/` for GitHub Pages deployment |
-| `bun run test` | Runs tests with Vitest |
-| `bun run lint` | Runs ESLint on the codebase |
-| `bun run typecheck` | Runs TypeScript type checking without emitting files |
-| `bun run format` | Formats code with Prettier |
-| `bun run format:check` | Checks code formatting without making changes |
-| `bun run clean:node` | Removes `node_modules` and `bun.lock` for a fresh install |
-| `bun run generate:version` | Generates version information file |
-| `bun run generate:api:client` | Generates API client from OpenAPI specification |
-| `bun run postinstall` | Runs after install: applies patches |
+| Script | Description |
+| ----------------------------- | --------------------------------------------------------------------------------------- |
+| `bun start` | Alias for `bun dev` - starts the development server |
+| `bun dev` | Starts Vite development server with hot reload |
+| `bun run build` | Builds the production application (cleans dist, generates version, compiles TypeScript) |
+| `bun run preview` | Previews the production build locally (from `dist/`) |
+| `bun run deploy` | Rebuilds the app and moves output to `docs/` for GitHub Pages deployment |
+| `bun run test` | Runs tests with Vitest |
+| `bun run lint` | Runs ESLint on the codebase |
+| `bun run typecheck` | Runs TypeScript type checking without emitting files |
+| `bun run format` | Formats code with Prettier |
+| `bun run format:check` | Checks code formatting without making changes |
+| `bun run clean:node` | Removes `node_modules` and `bun.lock` for a fresh install |
+| `bun run generate:version` | Generates version information file |
+| `bun run generate:api:client` | Generates API client from OpenAPI specification |
+| `bun run postinstall` | Runs after install: applies patches |
## Frameworks & Dependencies
diff --git a/public/screen-captures/screen-Base64Encoder.png b/public/screen-captures/screen-Base64Encoder.png
deleted file mode 100644
index d045ac67..00000000
Binary files a/public/screen-captures/screen-Base64Encoder.png and /dev/null differ
diff --git a/public/screen-captures/screen-JWTDecoder.png b/public/screen-captures/screen-JWTDecoder.png
deleted file mode 100644
index 51040b67..00000000
Binary files a/public/screen-captures/screen-JWTDecoder.png and /dev/null differ
diff --git a/public/screen-captures/screen-URLEncoder.png b/public/screen-captures/screen-URLEncoder.png
deleted file mode 100644
index 4836b934..00000000
Binary files a/public/screen-captures/screen-URLEncoder.png and /dev/null differ
diff --git a/public/screen-captures/screen-URLParser.png b/public/screen-captures/screen-URLParser.png
deleted file mode 100644
index 991bd8eb..00000000
Binary files a/public/screen-captures/screen-URLParser.png and /dev/null differ
diff --git a/public/screen-captures/screen-UUIDGenerator.png b/public/screen-captures/screen-UUIDGenerator.png
deleted file mode 100644
index 31d512bf..00000000
Binary files a/public/screen-captures/screen-UUIDGenerator.png and /dev/null differ
diff --git a/public/screen-captures/screen-home-mobile.png b/public/screen-captures/screen-home-mobile.png
new file mode 100644
index 00000000..f90b807b
Binary files /dev/null and b/public/screen-captures/screen-home-mobile.png differ
diff --git a/public/screen-captures/screen-home.png b/public/screen-captures/screen-home.png
new file mode 100644
index 00000000..ea664db9
Binary files /dev/null and b/public/screen-captures/screen-home.png differ