Skip to content

Omolara5861/twimba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twimba (Scrimba Twitter Clone)

Twimba project is part of the Essential Javascript Concept Module from Scrimba's The Frontend Career Path Course. It is a twitter clone that mimicks some of the functionalies of twiter like tweeting, rendering of tweets, liking and retweeting tweets e.t.c

Concepts Learned

- Textarea HTML Element: to create multiline text input field to add a new tweet
- forEach Method: to iterate through individual tweet Object
- Data Attribute: to store some information inside an html, this help in identifying the tweet object that an icon belong to
- conditional rendering of styles: to conditionally add a class to an element if a condition is true (used to toggle the like and retweet icon color)
- NOT Operator (!): to flip a boolean value to the inverse of it's current value / state

Tools & Technologies Used

This project was developed using Visual Studio Code and the following technologies were used:

  • Frontend
    HTML5 Css3 JavaScript

  • Project Management and Version Control
    GitHub

Stretch Goals

  • Add delete functionality
  • Make use of localstorage
  • Add ability to reply tweets

About Scrimba

Scrimba's goal is to create the best possible coding school at the cost of a gym membership! 💜 If we succeed with this, it will give anyone who wants to become a software developer a realistic shot at succeeding, regardless of where they live and the size of their wallets 🎉 The Frontend Developer Career Path aims to teach you everything you need to become a Junior Developer, or you could take a deep-dive with one of our advanced courses 🚀

Happy Coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published