So it's totally fine if you're app doesn't completely run - two days to build a full stack app is tough! 😓
However, the thing is, is that it's hard to tell what should be happening and what shouldn't.
Ideally somewhere - either in a readme or an issue, you talk about the general flow of the app:
Load the site, get shown two mentors and a question
User votes for a mentor
?
Without this, as a user I don't know if something is broken, or if something is intentionally coded this way or what should be happening without looking at the code: eg #40
Talking about the flow of your app and how you want it to behave helps you as developers think through the tasks you need to do in your planning stage as well
So it's totally fine if you're app doesn't completely run - two days to build a full stack app is tough! 😓
However, the thing is, is that it's hard to tell what should be happening and what shouldn't.
Ideally somewhere - either in a readme or an issue, you talk about the general flow of the app:
Without this, as a user I don't know if something is broken, or if something is intentionally coded this way or what should be happening without looking at the code: eg #40
Talking about the flow of your app and how you want it to behave helps you as developers think through the tasks you need to do in your planning stage as well