https://github.com/bappi2097/twitter-clone
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.
https://github.com/bappi2097/twitter-clone
laracasts laravel tailwind twitter-clone
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/bappi2097/twitter-clone
- Owner: bappi2097
- Created: 2020-09-30T14:00:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T19:01:18.000Z (over 5 years ago)
- Last Synced: 2025-05-29T18:56:51.047Z (about 1 year ago)
- Topics: laracasts, laravel, tailwind, twitter-clone
- Language: PHP
- Homepage:
- Size: 1.1 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
## About
This is the repository for the "Laravel From Scratch" [final project](https://laracasts.com/series/laravel-6-from-scratch#chapter-14) at Laracasts. Please feel free to fork it and learn from or expand however you wish.
## Need to Add
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](https://laravel-livewire.com) 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.
#