Sprint 5 - Play with JS
One of the habits for this sprint has been to create and share. And now that you've finished the content of this final sprint, it's time to have some fun.
Create something with JavaScript that has no purpose other than to be beautiful or engaging in some way.
An example of such a pointless project: Magic02 (WARNING: TURN THE VOLUME DOWN IF IN A PUBLIC PLACE!)
You have no limitations on what you use except this: you must make the project freely available on your GitHub and advertise it in the #foundations Discord channel.
Create an art project or something fun in JavaScript. No limits: just use JS and deploy it to your github.io site using GitHub Pages as you've done in previous assignments.
Add a LICENSE file by going to GitHub, navigating to your project's repository and clicking the 'Create New File' button. In the input box that appears, type the word 'LICENSE'. You'll see a dropdown named 'Choose a license' to the right. You can select different ones to see what they contain. (If you're unsure, the Apache License 2.0 is a good all-around choice.) When you're done, click 'Commit new file'.
Share a link to your project in the #foundations Discord channel. Mention that it's released under an open-source license (and say which one). Invite anyone to submit pull requests if they would like to contribute!
Check out the rest of the submissions to #foundations (some of them may be from other cohorts). Can you help any of them or add features? Submit a PR!
- Remember, always be respectful when dealing with someone else's hard work and time.