You will create your own version of Twitter! After completing each bullet point in the requirements, you should commit and push your changes.
- Fork this repository
- Clone your repository to your local machine
git clone - Open the project in your text editor
- Create HTML, CSS, and JavaScript files in the root directory
Read in tweet data provide in data.js and render the information as tweets. The file data.js consits of an array of objects. Each object should be rendered as a tweet on the screen and all the tweets should be rendered in a list.
Make a REST call using AJAX to get tweet information rather than the data.js file. You can expect the response data to be in the same form as data.js.
Create a pull request from your project GitHub page
Happy Hacking!

