You might want to have the screenshots be more zoomed in. Have the application at like 150% zoom or something on Chrome when you take the screenshots. They have a lot of whitespace in it that isn't needed and makes it hard for someone looking at it to grasp the content without having to open the picture and zoom in themselves.
Generally, screenshots should just be used to show the features, not as a step by step. For example, you can show both inviting and the option to remove an invite in the same screenshot by having a person invited, and one about to be invited. I'd also like to see the feature to split expenses.
As a final note, never use real emails in screenshots, please use a fake email like john.doe@example.com . You can either Inspect Element and update it before taking the screenshot, or you can hack in a fake email for the server to send to the client on your dev environment.
You might want to have the screenshots be more zoomed in. Have the application at like 150% zoom or something on Chrome when you take the screenshots. They have a lot of whitespace in it that isn't needed and makes it hard for someone looking at it to grasp the content without having to open the picture and zoom in themselves.
Generally, screenshots should just be used to show the features, not as a step by step. For example, you can show both inviting and the option to remove an invite in the same screenshot by having a person invited, and one about to be invited. I'd also like to see the feature to split expenses.
As a final note, never use real emails in screenshots, please use a fake email like
john.doe@example.com
. You can eitherInspect Element
and update it before taking the screenshot, or you can hack in a fake email for the server to send to the client on your dev environment.