Due Date: Tues, Dec 10th
Deploy and host your fully-functioning project on either Github Pages or Heroku (we’ll be going over both options during the “Deploying and Hosting” lesson)
Note: DO NOT wait until your project is complete before you successfully host / deploy your application. The process of deploying / hosting application can be tricky, so figuring it out early ensures that you will avoid scrambling to get this done at the last minute. The process of deploying your application is a continuous process. Meaning you can deploy your application (i.e. your production environment) and afterwards if you make any changes to your code of your application (in your local environment), you can deploy your application again to ensure your hosted version of application contains latest changes.