Taking facebook's functionality and creating it via Laravel. The items below are designed to get as realistic as things sould be but will also allow participants to understand how things work under the hood - a real grasp of the backend.
- Basic Layout - newsfeed including search and navigation @dorelljames
- Authentication - basic login/logout. forgot password with working email. @dorelljames
- Newsfeed - create posts, update post and delete post. include ability to upload pictures/videos and show a list in newsfeed. @harlekoy
- Profile & Timeline - create profile page, update user info, change password. also show posts of current user from #3. @niño
- Search - show search results in category tabs - 1. All | 2. Posts | 3. People @harlekoy
- Nothing too fancy with use of JavaScript to make things real simple and understandable.