GOSHIP
How It Works
|Pricing
|Challenges
|Employers
Sign Up →
0developers
0companies
0assessments scored
How It Works
|Pricing
|Challenges
|Employers
|Privacy
|Terms
GoShip© 2026
Get updates
Twitter·GitHub
Systems nominal
BUILDMID

Build a Sentiment Analysis Dashboard

60 minutes
0 completed
reactnlpdata-visualizationrecharts

Description

Build a Sentiment Analysis Dashboard

Build a dashboard that analyzes text sentiment and visualizes results over time.

Requirements

  • Text input area: paste text to analyze
  • Sentiment score display: positive/negative/neutral with confidence
  • Batch mode: paste multiple texts (one per line) and see aggregate results
  • Sentiment over time chart (for ordered texts like tweets or reviews)
  • Word cloud highlighting positive (green) and negative (red) words
  • Export results as CSV
  • Use a simple rule-based sentiment analyzer (AFINN lexicon or similar)
  • Technical Notes

    Implement a basic sentiment analyzer using a word-score lexicon. No API calls needed. Use Recharts for charts.

    Bonus Points

  • Real Twitter/Reddit API integration for live analysis
  • Emoji sentiment support
  • Comparison mode between two text sources
  • You will be guided through MCP setup before the timer starts