Skip to content

aviiciii/network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network

Networking Web Application

A social network website like Twitter This project is an assignment for CS50 Web Development Course (https://cs50.harvard.edu/web).

Users can post messages (tweets) which every user can view and like. Users will be able to follow other users to view the posts in their feed regularly.

The application is built using Django, Python, Javascript, HTML and CSS (with Bootstrap). The project is built as per the specifications given in the course (https://cs50.harvard.edu/web/2020/projects/4/network/#specification).