Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 843 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 843 Bytes

Chirper

Chirper is a Laravel Bootcamp 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

  • Create chirps
  • Read chirps
  • Update chirps
  • Delete chirps
  • Notify user if new chirps are made via email
  • Creating new layouts for chirps
  • Infinite scrolling for listing chirps
  • 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