Skip to content
/ CS50Web Public

Code produced while taking Harvard's CS50Web course

Notifications You must be signed in to change notification settings

VikSil/CS50Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

CS50 WEB PROGRAMMING WITH PYTHON AND JAVASCRIPT

This repository contains all submissions to Harvard's open course "CS50 Web Programming with Python and JavaScript". This document lists all problem sets submitted as part of the course. The Final Project is stored in a separate repo here. All video submissions can be found here

Problem Set 0 - Search

For this problem set a replica of Google's front-end needs to be developed. This includes main search, image search and the advanced search. Search requests are sent to the actual Google via form action.

Problem Set 1 - Wiki

For this problem a wiki-like website needs to be developed where users can browse the different entries, add new ones and edit existing ones. The solution to this problem set utilises Django framework.

Problem Set 2 - Commerce

For this problem an eBay-like website needs to be developed where users can place bids on auctions and can create auctions of their own. The solution to this problem set utilises Django framework and SQLite.

Problem Set 3 - Mail

For this problem a simulated email front-end needs to be developed. The solution to this problem set utilises Javascript to send asynchronous calls to API and display relevants parts of the single-page application.

Problem Set 4 - Network

For this problem a twitter-like social networking site needs to be developed where users can post short messages, follow each other and like each other's posts. The solution to this problem set combines all concepts and technologies from previous problem sets.

Final Project - Statistics101

For the final project an educational website was developed, that explains basic concepts of statistics. The final project combines all concepts and technologies covered in the course and expands on the set of libaries used.

About

Code produced while taking Harvard's CS50Web course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published