The backend counts how many times a ticker symbol was mentioned on r/wallstreetbets and r/mauerstrassenwetten in a day. It uses Reddit's official API to analyze headlines of posts and Tesseract's optical character recognition to gather text from images (to analyze memes). This frontend visualizes the results with Recharts.
- Date-Fns
- ESLint
- Next.js
- Prettier
- React
- Recharts
- Sass
- Typescript
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Setup Next.js project w/ ESLint, Prettier, Sass, Typescript
- get data from api
- install recharts
- stock ticker selector
- update chart based on selected stock mentions data
- use bar chart
- show dates without mentions in chart