Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.46 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.46 KB

Twitter Timeline

Twitter Timeline Project. All of my tweets will be shown here.

The site is live at : https://tweetsbyrahul.netlify.app/

Tweets by Rahul

Tech Stack

Twitter API The Twitter API enables programmatic access to Twitter in unique and advanced ways. It allows access to core elements of Twitter like: Tweets, Direct Messages, Spaces.

Optimizations

While improve this project, I would start by implementing the following features -

  1. Making it mobile responsive
  2. Adding a loading bar/circle

Lessons Learned

I learned about the basics of API and how they can be used asynchronously to fetch data without blocking the rest of the functionalities. I learned how to integrate Twitter's API and use it to fetch the tweets. I learned about API management and how the API serves a request and how can it help in improving businesses.