Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 640 Bytes

Twimba: A Twitter Clone

Goal

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()

Stretch goals

  1. Add the ability to reply to a specific tweet.
  2. Save tweets, likes and retweets to localStorage.
  3. Allow a user to delete a tweet.

Happy Coding!