diff --git a/.github/images/choose_events_dark.png b/.github/images/choose_events_dark.png new file mode 100644 index 00000000..a749df2a Binary files /dev/null and b/.github/images/choose_events_dark.png differ diff --git a/.github/images/choose_events_light.png b/.github/images/choose_events_light.png new file mode 100644 index 00000000..f7764182 Binary files /dev/null and b/.github/images/choose_events_light.png differ diff --git a/.github/images/dashboard_dark.png b/.github/images/dashboard_dark.png new file mode 100644 index 00000000..197fa291 Binary files /dev/null and b/.github/images/dashboard_dark.png differ diff --git a/.github/images/dashboard_light.png b/.github/images/dashboard_light.png new file mode 100644 index 00000000..1dfc18b8 Binary files /dev/null and b/.github/images/dashboard_light.png differ diff --git a/.github/images/logo.png b/.github/images/logo.png new file mode 100644 index 00000000..e3e9ae98 Binary files /dev/null and b/.github/images/logo.png differ diff --git a/.github/images/new_poll_dark.png b/.github/images/new_poll_dark.png new file mode 100644 index 00000000..23b9f416 Binary files /dev/null and b/.github/images/new_poll_dark.png differ diff --git a/.github/images/new_poll_light.png b/.github/images/new_poll_light.png new file mode 100644 index 00000000..cb087f73 Binary files /dev/null and b/.github/images/new_poll_light.png differ diff --git a/.github/images/participate_dark.png b/.github/images/participate_dark.png new file mode 100644 index 00000000..9a4ee790 Binary files /dev/null and b/.github/images/participate_dark.png differ diff --git a/.github/images/participate_light.png b/.github/images/participate_light.png new file mode 100644 index 00000000..1d704c90 Binary files /dev/null and b/.github/images/participate_light.png differ diff --git a/README.md b/README.md index 35d6e190..3ffa08cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# apollusia +# Apollusia Logo Apollusia Apollusia is a calendar tool for coordinating events with multiple people. It is a web application written in Angular with NestJS as the backend. @@ -7,13 +7,27 @@ Feel free to check it out! :star: Star this project on GitHub — it motivates me a lot! - +## Screenshots - +### View Your Polls and Participations in the Dashboard + +![Dashboard](.github/images/dashboard_light.png#gh-light-mode-only) +![Dashboard](.github/images/dashboard_dark.png#gh-dark-mode-only) + +### Create Polls with Advanced Options + +![Create Polls](.github/images/new_poll_light.png#gh-light-mode-only) +![Create Polls](.github/images/new_poll_dark.png#gh-dark-mode-only) + +### Choose Available Dates and Times + +![Choose Dates](.github/images/choose_events_light.png#gh-light-mode-only) +![Choose Dates](.github/images/choose_events_dark.png#gh-dark-mode-only) + +### Participate and Find the Best Option + +![Participate](.github/images/participate_light.png#gh-light-mode-only) +![Participate](.github/images/participate_dark.png#gh-dark-mode-only) ## Setup