Skip to content

Commit

Permalink
almost done
Browse files Browse the repository at this point in the history
  • Loading branch information
k1arac committed Feb 22, 2024
1 parent 87b6dea commit 8261d25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions UX-DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,23 @@ Replace the contents of this file with the completed assignments, as described i
- [app map & wireframe instructions](instructions-0a-app-map-wireframes.md).
- [prototype instructions](instructions-0b-prototyping.md)

# Wireframe Annotations/Descriptions
# App Map
![Alt Text](images/appMap.png "Log In After Sign Up")

### Log In
# Wireframe Annotations/Descriptions
## Log In

![Alt Text](images/login.png "Log In After Sign Up")

A simple login page that asks a user for a `Username` and `Password`. If the user does not have a profile, they can click `Sign Up` or `Login with third-party apps`.

### Sign-up/New Profile
## Sign-up/New Profile

![Alt Text](images/NewProfile.png "Create new profile")

A simple page Sign-up page for new users where they can add their `First`, `Last` name, `Email`, and `Password`. If they have an account, they go back to `Login`.

### Homepage
## Homepage

![Alt Text](images/Homepage.png "Homepage")

Expand All @@ -32,7 +34,7 @@ to the user, allowing them access to go between pages.
Notes:
- each section moves horizontally based on how much data there is

### Profile view
## Profile view

![Alt Text](images/ProfileView.png "Create new profile")

Expand All @@ -41,13 +43,13 @@ Notes:
- The page also includes an ‘Edit profile’ button which leads to a page that allows the user to change their public information and private information (including email address and password).


### Book page
## Book page

![Alt Text](images/BookPage.png "Page to view a book")

- Accessible at multiple points throughout the app, this page shows basic information about the selected book, including its title, author, image, page count, description, and star rate of the book.

### Friend's Book view
## Friend's Book view

![Alt Text](images/FriendBookView.png "View a friend's books")

Expand All @@ -58,17 +60,17 @@ of the book and a description of the book.
Notes:
- The book and info page move vertically to display more info as the user swipes down.

### Friends List
## Friends List

![Alt Text](images/FriendsList.png "List of Friends")

- Friends List view is accessed through the navbar 'friends' option that is displayed. Once the user
clicks on this, the display will show a list of their friends with their name and the book they are currently
reading along with the author's name underneath.

### Books read
## Books read
![Alt Text](images/BooksRead.png "Books read")


### Books want to read
## Books want to read
![Alt Text](images/BooksWantToRead.png "Books want to read")
Binary file added images/appMap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8261d25

Please sign in to comment.