My projects for the Juno College JavaScript Course
- JunoTweet > a basic Twitter type app to demonstrate the use of JQuery.
This app tries to demonstrate a basic use of jQuery to interact with the DOM in response to a user interacting with the page. The app should do the following:
- Prompt you for your username
- Allow you start tweeting
- Display the tweets in a list of Recent tweets
- "Like" a tweet
- "Retweet" or "Unretweet" a tweet
- Delete a tweet
The avatar that is generated for the user uses the @username to generate a custom icon. The tweets get a timestamp when created. Animations for adding and removing occur.
- Twitter Boostrap 4.5.x: CSS and style plus basic HTML template
- Avatar Placeholders: for displaying avatars for users
- Animate.css: simple animations to sprinkle in
- Typekit: Custom fonts from not Google