This repo contains my solutions to cs50 web programming with python and JavaScript course offered by Harvard https://cs50.harvard.edu/web/2020/. If u are currently taking this course before cloning the repo or use any part of it u should take a look at academic honesty https://cs50.harvard.edu/web/2020/honesty/
My certificate
project 0(Search) :Design a front-end for Google Search, Google Image Search, and Google Advanced Search.https://cs50.harvard.edu/web/2020/projects/0/search/
project 1(wiki) : Design a Wikipedia-like online encyclopedia. https://cs50.harvard.edu/web/2020/projects/1/wiki/
project 2(commerce) :Design an eBay-like e-commerce auction site that will allow users to post auction listings, place bids on listings, comment on those listings, and add listings to a “watchlist.” https://cs50.harvard.edu/web/2020/projects/2/commerce/
project 3(Mail):Design a front-end for an email client that makes API calls to send and receive emails.https://cs50.harvard.edu/web/2020/projects/3/mail/
project 4(Network):Design a Twitter-like social network website for making posts and following users. https://cs50.harvard.edu/web/2020/projects/4/network/
project 5(Capstone):Designing and implementing a web application of your own with Python and JavaScript.