A simplified version of a social network like Twitter. This project is part of the CS50's Web Programming with Python and JavaScript course offered by HarvardX.
- Users can write new posts.
- Members can edit their posts.
- Users can like posts.
- Members can follow other users.
The full specification list can be found here.
CS50W.-.Network.mp4
- 0:00 - New Post
- 0:10 - All Posts
- 0:20 - Profile Page
- 0:34 - Following
- 0:45 - Edit Post
- 0:58 - Like and Unlike
- 1:11 - Pagination