Inspiration
if we can identify the majority sentiment during any live session or for any product
What it does
it identifies emotion of comment whether comments are sad, happy or neutral
How we built it
Next.js - A framework for building server-side rendered(SSR) React applications with ease. It handles most of the challenges that come with building SSR React apps.
Pusher - Pusher is a technology for building apps with varying realtime needs like push notifications and pub/sub messaging. It is the engine behind the realtime ability of our comments widget.
Sentiment - Sentiment is a module that uses the AFINN-165 wordlist and Emoji Sentiment Ranking to perform sentiment analysis on arbitrary blocks of input text.
React - A very popular JavaScript DOM rendering framework for building scalable web applications using a component-based architecture.
What we learned
pusher,reactjs,nextjs
What's next for comment widget with sentiment analysis
make it as a api so that any one can integrate this in there web apps.
what if youtube build this feature? ;)

Log in or sign up for Devpost to join the conversation.