Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 922 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 922 Bytes

Build a Twitter Clone using HTML, CSS, and Javascript.

Quick start:

$ npm install
$ npm run dev

Head over to https://vitejs.dev/ to learn more about using vite

brandbuzz

👇 Stretch Goals

  • Add the ability to reply to a specific tweet
  • Save tweets, likes, and retweets to local storage
  • Allow a user to delete a tweet

What you will learn

  • textarea
  • .forEach()
  • data attributes
  • conditionally render styles
  • NOT operator (!)
  • CDNs
  • add icons

🛡️ License

This project is under the MIT License (MIT). See the LICENSE for more information.

👀 Want to learn more?

Check out our documentation or jump into our Discord server.