Twitter Search, a clone
Twitter Search is a lightweight Twitter clone that loads the last 5 Tweets from a specified user's timeline. It features a functional search bar that finds users by their Twitter handle. A dark mode that reflects Twitter's "Dim" mode was created as well.
This project uses Twitter-API-v2 as the Twitter client for fetching data, React as the front-end library for creating UI components, and Express as the back-end framework to handle requests and build APIs.