Chapter 12: Building a Twitter Analysis Dashboard
The main goal of this chapter is to show how you can build a full stack web analytics platform using Danfo.js at the backend and the frontend.
To demonstrate this, we will be building a small single-page web app in which you can run a search on a Twitter user, obtain all the tweets in which they are mentioned on a specific day, and perform some simple analysis such as sentiment analysis, drawing insights from the data.
In this chapter, we'll look at the following topics for building the web app:
- Setting up the project environment
- Building the backend
- Building the frontend