justsj11 / Twimba

A clone of Twitter made while learning Intermediate Javascript

Home Page:https://twimbabyjustsj11.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Link :https://twimbabyjustsj11.netlify.app/

Happy Coding!

About

A clone of Twitter made while learning Intermediate Javascript

https://twimbabyjustsj11.netlify.app/


Languages

Language:JavaScript 68.5%Language:CSS 19.6%Language:HTML 11.9%