wsloth / Index

The Index is a simple Hacker News reader app which is focused on making you read less, by only showing you the top stories of the last 24 hours.
10 stars 9 forks source link

Build an introduction onboarding screen for new app users #9

Closed wsloth closed 2 years ago

wsloth commented 2 years ago

I've got a general vision where I want this app to be a Hacker News client which makes you read a bit less - by providing you with an updated newsfeed only once a day. The general UI has already been designed by me, but there's tons of room for new features.

If you are interested in tipping your toes in Flutter development, let me know what you want to do! I'm a beginner with Flutter as well, and would love to collaborate on this.

ShivamMenda commented 2 years ago

@wsloth I did look at your app. It's really built well. I was thinking maybe I could put up a minimal Scrollable Onboarding Screen that introduces the user to the app's features. Let me know whether you wanna implement this feature or not. If you want to you can assign this to me.

wsloth commented 2 years ago

Hey @ShivamMenda, thanks for taking interest! I think a scrollable onboarding screen would be really cool, but the downside is that the app is right now really dumb and without a lot of features to highlight 😄 What would you want the onboarding screen to show? Perhaps introduce the general vision of the app: "Designed to make you engage less and learn more", or something.

ShivamMenda commented 2 years ago

@wsloth Yeah a basic Intro screen with the first page with a good logo and the Vision being said. Then the rest of the pages introducing the features.

wsloth commented 2 years ago

Sounds good @ShivamMenda! Feel free to take artistic direction on making it look nice.

If you encounter ugly code on the way, feel free to clean it up a bit in this PR or another one.

ShivamMenda commented 2 years ago

@wsloth Will work on it asap.Thanks.

ShivamMenda commented 2 years ago

@wsloth Opened a PR for the Onboarding Screen. waiting on your feedback and validation. Thank you.

wsloth commented 2 years ago

Finalized in PR https://github.com/wsloth/Index/pull/12