Due Date: Wed, Apr 1st
Deploy and host your fully-functioning project on Netlify (which we will go over 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.