dabonzo / Tweety

The final project from Laravel From Scratch.

Home Page:http://laravelfromscratch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweety

This is the repository for the "Laravel From Scratch" final project at Laracasts. Please feel free to fork it and learn from or expand however you wish.

Recommended Additions

  1. The profile page banner image and description are hard-coded. Make these dynamic for each user.
  2. Add the ability to attach an image when publishing a tweet.
  3. There is currently no way to unlike a tweet. Add the ability to toggle a like.
  4. Add a pop-up flash message when a user publishes a tweet or follows someone.
  5. Consider adding Laravel Livewire to allow for more interactive forms.
  6. When writing a new tweet, display the number of remaining characters they're allowed.
  7. Allow tweets to be deleted.
  8. Add support for mentions and notifications.
  9. Work on responsiveness.

About

The final project from Laravel From Scratch.

http://laravelfromscratch.com


Languages

Language:PHP 75.1%Language:HTML 24.5%Language:Vue 0.4%