Hacker News new | ask | show | jobs
by vbh21 1135 days ago
I think React, combined with one of the backend frameworks are well-suited for your use-case.

Back when I was first starting out, React was new and now they've ironed out a lot of the kinks/bugs we faced. It is a solid framework of choice for any frontend-related work.

On the backend, you can't go wrong with Django. Or any of the Python-backend frameworks like Flask. You'll have to learn the intricacies of the frameworks to implement a decent app.!

Good luck.:)