Tweet Streams

TS

This React app uses the Twitter API to live stream tweets based on a given query.

The frontend is React using hooks and ES6 syntax. The frontend makes requests to the backend via socketio and then streams the tweets.

The backend is an express server which listens for requests from the frontend via socketio. It then queries the Twitter API and sends back the data to the frontend.

The frontend is deployed and hosted on Vercel.

The backend is deployed and hosted on Heroku.