diff --git a/.github/assets/configuration.png b/.github/assets/configuration.png
new file mode 100644
index 0000000..c379ce0
Binary files /dev/null and b/.github/assets/configuration.png differ
diff --git a/.github/assets/dashboard.png b/.github/assets/dashboard.png
new file mode 100644
index 0000000..c178ea3
Binary files /dev/null and b/.github/assets/dashboard.png differ
diff --git a/.github/assets/organisations.png b/.github/assets/organisations.png
new file mode 100644
index 0000000..1e45702
Binary files /dev/null and b/.github/assets/organisations.png differ
diff --git a/.github/assets/repositories.png b/.github/assets/repositories.png
new file mode 100644
index 0000000..3fc9eaf
Binary files /dev/null and b/.github/assets/repositories.png differ
diff --git a/README.md b/README.md
index 5b46c24..37f20ab 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
## Screenshots
-
+
### Dashboard
The dashboard provides an overview of your mirroring status, including total repositories, successfully mirrored repositories, and recent activity.
@@ -352,25 +352,6 @@ Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
-## Project Status
-
-This project is now complete with the following features implemented:
-
-- ✅ User-friendly dashboard with status overview
-- ✅ Repository management interface
-- ✅ Organization management interface
-- ✅ Configuration management for GitHub and Gitea
-- ✅ Scheduling and automation
-- ✅ Activity logging and monitoring
-- ✅ Responsive design for all screen sizes
-- ✅ Modern toast notifications for better user feedback
-- ✅ First-time user signup experience
-- ✅ Better error handling and user guidance
-- ✅ Comprehensive error handling
-- ✅ Unit tests for components and API
-- ✅ Direct GitHub to Gitea mirroring (no external dependencies)
-- ✅ Docker and docker-compose support for easy deployment
-
## Acknowledgements
- [Octokit](https://github.com/octokit/rest.js/) - GitHub REST API client for JavaScript