
Full-Stack React, TypeScript, and Node
By :

As noted, we are building a forum application. It will be somewhat similar in style to other forum applications, such as StackOverflow and Bitcointalk.org. A user will be able to post a topic or ask a question and receive responses from other users in the application's community.
Why build a single forum application?
We could have demonstrated JavaScript development by building several smaller simpler applications. The problem with demonstrating full-stack programming with simple apps is that they do not show all the capabilities of a modern JavaScript application. In other words, it could leave holes in your knowledge of how to implement certain features, such as authentication or database access.
We could, of course, build a graphically intense photo or video application, but the issue with these apps is the enormous focus needed on graphical design and aesthetics. Also, working on editing photos or video...