diff --git a/README.md b/README.md index f2d3e98d63f4da7cfd762a19b63122ec8f3c54cf..ab2a27bdea0f3473b1cd524eb3112cc6d645a6ef 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ ## Client Application for Tonality +This application is a client to manage subscriptions and premium albums for Tonality. + +## Screenshots +1. Login Page +  +2. Sign Up Page +  +3. Not Found Page +  + +## Task Distribution +| Task | Student ID | +|----------------------------------|--------------------| +| Authentication and Authorization | 13521096, 13521087 | +| Premium Albums and Subscriptions | 13521063 | \ No newline at end of file diff --git a/docs/images/login.png b/docs/images/login.png new file mode 100644 index 0000000000000000000000000000000000000000..32adb6cb9be776421413756ee7332ee52bfbce90 Binary files /dev/null and b/docs/images/login.png differ diff --git a/docs/images/notfound.png b/docs/images/notfound.png new file mode 100644 index 0000000000000000000000000000000000000000..65b7d15b2ee2ef66742d7a4a3ddb1fae1e40339a Binary files /dev/null and b/docs/images/notfound.png differ diff --git a/docs/images/signup.png b/docs/images/signup.png new file mode 100644 index 0000000000000000000000000000000000000000..232e37bce333baa1df608b920aeae6d80b4f05ec Binary files /dev/null and b/docs/images/signup.png differ