diff --git a/README.md b/README.md index 91293f47..d533bb52 100644 --- a/README.md +++ b/README.md @@ -553,7 +553,15 @@ We use labels to organize work. Here's what they mean: ## 📸 Screenshots -### 🔐 Signup Page +### 🏠 Landing Page + +![Landing Page](Screenshots/LandingPage.png) + +### 🔐 Login Page + +![Login Page](Screenshots/Login.png) + +### 📝 Signup Page ![Signup Page](Screenshots/Signup.png) @@ -569,6 +577,22 @@ We use labels to organize work. Here's what they mean: ![Routine Builder](Screenshots/Routine.png) +### 📈 Analytics + +![Analytics](Screenshots/Analytics.png) + +### ⏱️ Pomodoro Timer + +![Pomodoro Timer](Screenshots/Pomodoro.png) + +### 📔 Daily Journal + +![Daily Journal](Screenshots/DailyJournal.png) + +### 👤 Profile Page + +![Profile](Screenshots/Profile.png) + --- ## 📬 Getting Help diff --git a/Screenshots/Analytics.png b/Screenshots/Analytics.png new file mode 100644 index 00000000..3c73e5cc Binary files /dev/null and b/Screenshots/Analytics.png differ diff --git a/Screenshots/DailyJournal.png b/Screenshots/DailyJournal.png new file mode 100644 index 00000000..c43260ac Binary files /dev/null and b/Screenshots/DailyJournal.png differ diff --git a/Screenshots/Dashboard.png b/Screenshots/Dashboard.png index b017bf4d..32746fe7 100644 Binary files a/Screenshots/Dashboard.png and b/Screenshots/Dashboard.png differ diff --git a/Screenshots/LandingPage.png b/Screenshots/LandingPage.png new file mode 100644 index 00000000..bc19f082 Binary files /dev/null and b/Screenshots/LandingPage.png differ diff --git a/Screenshots/Login.png b/Screenshots/Login.png new file mode 100644 index 00000000..0bb6a7a3 Binary files /dev/null and b/Screenshots/Login.png differ diff --git a/Screenshots/Page-not-found.png b/Screenshots/Page-not-found.png deleted file mode 100644 index b7348687..00000000 Binary files a/Screenshots/Page-not-found.png and /dev/null differ diff --git a/Screenshots/Pomodoro.png b/Screenshots/Pomodoro.png new file mode 100644 index 00000000..40e1c7f8 Binary files /dev/null and b/Screenshots/Pomodoro.png differ diff --git a/Screenshots/Profile.png b/Screenshots/Profile.png new file mode 100644 index 00000000..8038bde0 Binary files /dev/null and b/Screenshots/Profile.png differ diff --git a/Screenshots/Routine.png b/Screenshots/Routine.png index 0f344b99..c834a350 100644 Binary files a/Screenshots/Routine.png and b/Screenshots/Routine.png differ diff --git a/Screenshots/Signup.png b/Screenshots/Signup.png index 70bacdbe..2975a293 100644 Binary files a/Screenshots/Signup.png and b/Screenshots/Signup.png differ diff --git a/Screenshots/Tasks.png b/Screenshots/Tasks.png index 866be70e..f58455ac 100644 Binary files a/Screenshots/Tasks.png and b/Screenshots/Tasks.png differ