A twitter clone developed to learn how to handle the twitter API search ability. This is the front end. There is another App for the backend server.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
Complete selectTrend() function to allow a user to click on the trend and search for it
060e687View on GitHubComplete buildTweets() function to show the Tweets List (only text)
8594d7eView on GitHubGet search input and use it to build a url with enter key functionality
a04317aView on GitHubComplete getTwitterData() function to retrieve data from our API
6ebaf5fView on GitHub