Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radenadri/chirper
Chirper is a Laravel Bootcamp demo projects for showing the feature and capabilites of Laravel.
https://github.com/radenadri/chirper
alpinejs laravel laravel-bootcamp livewire php tailwindcss tall-stack volt
Last synced: 15 days ago
JSON representation
Chirper is a Laravel Bootcamp demo projects for showing the feature and capabilites of Laravel.
- Host: GitHub
- URL: https://github.com/radenadri/chirper
- Owner: radenadri
- Created: 2024-04-22T17:35:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T10:50:54.000Z (3 months ago)
- Last Synced: 2024-10-10T12:41:53.409Z (about 1 month ago)
- Topics: alpinejs, laravel, laravel-bootcamp, livewire, php, tailwindcss, tall-stack, volt
- Language: PHP
- Homepage:
- Size: 320 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chirper
Chirper is a [Laravel Bootcamp](https://bootcamp.laravel.com) demo projects for showing the feature and capabilites of Laravel.
I am using this tutorial and trying to extend it more further for exercise.
This chirper are built with Volt and Alpine.js.
## Roadmap
- [x] Create chirps
- [x] Read chirps
- [x] Update chirps
- [x] Delete chirps
- [x] Notify user if new chirps are made via email
- [x] Creating new layouts for chirps
- [x] Infinite scrolling for listing chirps
- [x] Max character input for chirp textarea
- [ ] Adding avatar to user
- [ ] Adding likes to chirp
- [ ] Adding comments to chirp
- [ ] Searching chirp
- [ ] Adding notifications to chirp when user are interacting with chirp
- [ ] User dropdown that showing profile and logout
- [ ] Profile page to change user info
- [ ] About page
- [ ] Landing page