Social Networking site written with Python, Django, Javascript, HTML, CSS, Ajax
- Can create your own account
- Can create posts
- Can like posts
- Can follow other users
- Can view posts of user you've followed
- Can view people's profile (This includes viewing the amount of followers / following and all the posts they've made)
- Used one page design strategy to create seamless interaction with the website (no reloads) (all javascript requests are asynchronous to an api I designed)