Final Project
Like to see some of last year’s final projects?
The climax of this course is its final project. The final project is your opportunity to take your newfound savvy with programming out for a spin and develop your very own piece of software. So long as your project draws upon the course’s lessons, the nature of your project is entirely up to you, albeit subject to the staff’s approval. You may implement your project in any language(s) as long as the staff approves. You are welcome to utilize any infrastructure, provided the staff ultimately has access to any hardware and software that your project requires. All that we ask is that you build something of interest to you, that you solve an actual problem, that you impact campus, or that you change the world. Strive to create something that outlives this course.
Inasmuch as software development is rarely a one-person effort, you are allowed an opportunity to collaborate with one or two classmates for this final project. Needless to say, it is expected that every student in any such group contribute equally to the design and implementation of that group’s project. Moreover, it is expected that the scope of a two- or three-person group’s project be, respectively, twice or thrice that of a typical one-person project. A one-person project, mind you, should entail more time and effort than is required by each of the course’s problem sets. Although no more than three students may design and implement a given project, you are welcome to solicit advice from others, so long as you respect the course’s policy on academic honesty.
Extensions on the final project are not ordinarily granted, except in cases of emergency.
Ideas
Here are just some of the possibilities. Discuss any and all with the the staff! And if you’d like to solicit collaborators for an idea you have, do post in Ed!
- a web-based application using JavaScript, Python, and SQL
- an iOS app using Swift
- a game using Lua with LÖVE
- an Android app using Java
- a Chrome extension using JavaScript
- a command-line program using C
- a hardware-based application for which you program some device
- …
Ideation Workshop
Need help thinking of a final project idea? Sign up for the Tech for Social Good Ideation Workshop to brainstorm ideas that solve real problems. All you have to do is come in with a particular interest (ex: climate change, social justice, education), and we’ll walk you through all the steps to narrow that down to a specific idea (ex: webapp that helps people shop from carbon neutral online retailers). The workshop is on 2021-04-05T16:00:00-04:00 — sign up here.
Office Hours
Having trouble working out features for your social impact project? Want to turn your final project into a solution for a social problem? Stop by the Tech for Social Good office hours to bounce ideas, get social impact resources, and ask questions about your project. Office hours are on 2021-04-25T17:00:00-04:00. Sign up here.
Combining Courses
If taking some other course this semester that has a final project, you are welcome and encouraged to combine this course’s project and that course’s project into one, toward an end of applying lessons learned in CS50 to some other field, so long as the joint project satisfies this course’s and that course’s expectations. Before pursuing a joint project, though, you must disclose to both courses and receive approval from both courses.
Specifications
Extensions on the final project are not granted, except in cases of emergency.
Proposal
due by 2021-04-13T23:59:00-04:00
The proposal is your opportunity to receive approval and counsel from the staff before you proceed to design. If collaborating with one or two classmates, each of you should submit a proposal, even if identical.
The staff will either approve your proposal or require modifications on your part for subsequent approval. Your proposal, even if approved, is not binding; you may alter your plan at any point, provided you obtain the staff’s approval for any modifications. Projects submitted without approval may not receive credit.
Here’s how to complete your proposal.
Log into CS50 IDE and then, in a terminal window:
- Execute
cd
to ensure that you’re in~/
(i.e., your home directory). - If you haven’t already, execute
mkdir project
to make (i.e., create) a directory calledproject
in your home directory. - Execute
cd project
to change into (i.e., open) that directory. - Execute
wget https://cdn.cs50.net/2020/fall/project/proposal.zip
to download a (compressed) ZIP file. - Execute
unzip proposal.zip
to uncompress that file. - Execute
rm proposal.zip
followed byyes
ory
to delete that ZIP file. - Execute
ls
. You should see a directory calledproposal
, which was inside of that ZIP file. - Execute
cd proposal
to change into that directory. - Execute
ls
. You should see a file calledREADME.md
therein.
Edit that file in CS50 IDE, answering the questions therein. To submit your proposal, follow these instructions.
- Download your proposal’s
README.md
file by control-clicking on the file in CS50 IDE’s file browser and choosing Download. - Go to CS50’s Gradescope page.
- Click “Final Project: Proposal”.
- Drag and drop your
README.md
file to the area that says “Drag & Drop”. - Click “Upload”.
You should see a message that says “Final Project: Proposal submitted successfully!”
Status Report
due by 2021-05-03T23:59:00-04:00
Not only is the status report intended to keep the staff apprised of your progress, it is an opportunity to keep yourself on track. If collaborating with one or two classmates, each of you should submit a status report, even if identical.
Here’s how to complete your status report. Log into CS50 IDE and then, in a terminal window:
- Execute
cd
to ensure that you’re in~/
(i.e., your home directory). - If you haven’t already, execute
mkdir project
to make (i.e., create) a directory calledproject
in yourworkspace
directory. - Execute
cd project
to change into (i.e., open) that directory. - Execute
wget https://cdn.cs50.net/2020/fall/project/status.zip
to download a (compressed) ZIP file. - Execute
unzip status.zip
to uncompress that file. - Execute
rm status.zip
followed byyes
ory
to delete that ZIP file. - Execute
ls
. You should see a directory calledstatus
, which was inside of that ZIP file. - Execute
cd status
to change into that directory. - Execute
ls
. You should see a file calledstatus.md
therein.
Edit that file in CS50 IDE, answering the questions therein. To submit your status report, follow these instructions.
- Download your status report’s
status.md
file by control-clicking on the file in CS50 IDE’s file browser and choosing Download. - Go to CS50’s Gradescope page.
- Click “Final Project: Status Report”.
- Drag and drop your
status.md
file to the area that says “Drag & Drop”. - Click “Upload”.
You should see a message that says “Final Project: Status Report submitted successfully!”
Implementation
due by 2021-05-12T23:59:00-04:00
Ultimately due are implementation and documentation of your final project. Your submission thereof must include all of the below.
- Documentation for your project in the form of a Markdown file called
README.md
. This documentation is to be a user’s manual for your project. Though the structure of your documentation is entirely up to you, it should be incredibly clear to the staff how and where, if applicable, to compile, configure, and use your project. Your documentation should be at least several paragraphs in length. It should not be necessary for us to contact you with questions regarding your project after its submission. Hold our hand with this documentation; be sure to answer in your documentation any questions that you think we might have while testing your work. - A “design document” for your project in the form of a Markdown file called
DESIGN.md
that discusses, technically, how you implemented your project and why you made the design decisions you did. Your design document should be at least several paragraphs in length. Whereas your documentation is meant to be a user’s manual, consider your design document your opportunity to give the staff a technical tour of your project underneath its hood. - Any and all files required to run your software (even if intended for some infrastructure other than CS50 IDE), including source code as well as, if applicable, configuration files, Makefiles, sample inputs, SQLite databases, and so forth. Needless to say, all source code should be thoroughly commented.
- A short video (that’s no more than 2 minutes in length) in which you present your project to the world, as with slides, screenshots, voiceover, and/or live action. Your video should somehow include your project’s title, your name and year, your dorm/house and concentration, and any other details that you’d like to convey to viewers. See CS171’s tips on how to make a “screencast” though you’re welcome to use an actual camera. Upload your video to YouTube as “public” or “unlisted” and include the URL of the video in your README.md file.
How to Submit
If you have collaborated with one or two other students, each of you should submit via this same process.
If your project requires (for execution and testing) hardware or software other than that offered by CS50 IDE, be sure that the the staff are aware of and have approved your project’s needs.
Step 1 of 2
Gradescope does have a soft file size limit when uploading (if it times out, Gradescope will reject it). We recommend your ZIP be no larger than 15MB if at all possible; you can probably help trend it in this direction by, if needed, omitting any large assets like images and any datasets that your project requires. You can then share those directly with your TF out of band of Gradescope.
- Download a ZIP file of your final project by control-clicking on the project folder in CS50 IDE’s file browser and choosing Download. (If you created your final project outside of CS50 IDE, you should still create a ZIP file of the project folder.)
- Go to CS50’s Gradescope page.
- Click “Final Project: Implementation”.
- Drag and drop your ZIP file to the area that says “Drag & Drop”.
- Click “Upload”.
You should see a message that says “Final Project: Implementation submitted successfully!”
Step 2 of 2
Submit this form.
This last form is on the longer side, so no worries if you start it before the deadline but finish a bit after.
And that’s it; you’ve finished. This was CS50!