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