Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 1.82 KB

README.md

File metadata and controls

15 lines (14 loc) · 1.82 KB

CS50W Projects

A collection of all the projects I completed for Harvard CS50's course for Web Programming with Python and Javascript.

This repository's sole purpose is to act as a showcase of my work, and the solutions within it are not meant to be used in personal project submissions. Plagiarism goes against the academic honesty guidelines and will not be condoned.

This repository will be updated over time with each new project submission.

Project Title Topics Description
0 Search HTML, CSS A front-end for Google Search, Google Image Search, and Google Advanced Search.

Built using HTML, CSS and Bootstrap5.
Video Demo: https://youtu.be/OYocTf3Zhqw
1 Wiki Django a Wikipedia-like online encyclopedia. Allows users to search, create and edit entries.

Built using HTML, CSS, Bootstrap5, Python and Django.
Video Demo: https://youtu.be/t9a91CW6GM0
2 Commerce Django, SQL An eBay-like e-commerce auction site that allows users to post auction listings, place bids on listings, comment on those listings, and add listings to a "watchlist".

Built using HTML, CSS, Bootstrap4, Python, Django and SQLite.
Video Demo: https://youtu.be/p-X1axuXqe4
3 Mail Javascript A front-end for an email client that makes API calls to send and receive emails. Allows users to archive, reply, and mark emails as read.

Built using HTML, CSS, Javascript, Bootstrap4, Python, Django and SQLite.
Video Demo: https://youtu.be/HPaXwKXLp2U
4 Network Javascript, APIs a Twitter-like social network website. Allows users to follow other users, as well as create, edit and like posts.

Built using HTML, CSS, Javascript, Bootstrap4, Python, Django and SQLite.
Video Demo: https://youtu.be/L4Lk0yq9aHM
Final Project TBD TBD TBD