6 ms·
Hard to say. But you get the idea, wireframes and user stories are a good starting point. Sitemaps are great too. For tiny projects, I use Sketch to get a pro
by viviansolide 6y ago
Hard to say.
But you get the idea, wireframes and user stories are a good starting point.
Sitemaps are great too.
For tiny projects, I use Sketch to get a prototype.
The client may easily stumble upon something unexpected.
- zubairlk 6y agoThese are good for client facing work? Any tips for the database side? It is easy to paint something in a wireframe, but the database has to be structured in a certain way for the app to work as well.
- viviansolide 6y agoFor the database side, I suggest NoSQL databases such as MongoDB. You're able to add, change properties very easily. At the same time, however, you don't have an ORM designer, which is very handy to design databases. For the back-end, I use Strapi. Which is great for prototyping or industry-grade server app. Hope this helps.
- zubairlk 6y agoThanks!