To build a clone of twitter. This moduule teaches us the following concepts from the world of Javascript while making a real life clone of Twitter. 1. textarea html tag 2. forEach() 3. data attributes 4. conditionally rendering styles 5. NOT Operator(!): To flip a boolean 6. Content Delivery network (CDN) 1. adding icons 2. generate uuids()
- Add the ability to reply to a specific tweet.
- Save tweets, likes and retweets to localStorage.
- Allow a user to delete a tweet.