{"id":22793210,"url":"https://github.com/alleycaaat/vanilla-js-projects","last_synced_at":"2025-08-16T23:11:24.042Z","repository":{"id":155719665,"uuid":"628699513","full_name":"alleycaaat/vanilla-JS-projects","owner":"alleycaaat","description":"A collection of projects made with vanilla JavaScript.","archived":false,"fork":false,"pushed_at":"2025-08-07T18:52:24.000Z","size":1240,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-07T20:20:32.319Z","etag":null,"topics":["html5","javascript","javascript-applications","javascript-vanilla","js","scss","scss-styles","vanilla-js"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alleycaaat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-16T18:47:42.000Z","updated_at":"2025-08-07T18:52:27.000Z","dependencies_parsed_at":"2024-04-25T20:50:35.271Z","dependency_job_id":"e02c7b8d-8cce-4788-a3a0-feff18ed395f","html_url":"https://github.com/alleycaaat/vanilla-JS-projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alleycaaat/vanilla-JS-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleycaaat%2Fvanilla-JS-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleycaaat%2Fvanilla-JS-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleycaaat%2Fvanilla-JS-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleycaaat%2Fvanilla-JS-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alleycaaat","download_url":"https://codeload.github.com/alleycaaat/vanilla-JS-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alleycaaat%2Fvanilla-JS-projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270781393,"owners_count":24643820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html5","javascript","javascript-applications","javascript-vanilla","js","scss","scss-styles","vanilla-js"],"created_at":"2024-12-12T03:18:36.612Z","updated_at":"2025-08-16T23:11:24.034Z","avatar_url":"https://github.com/alleycaaat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name='top'\u003e\u003c/a\u003e\n\u003cdiv align='center'\u003e\n\n\u003ch1\u003e\u003cstrong\u003eVanilla JS Projects\u003c/strong\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\nThis repo is composed of vanilla JavaScript projects.  All projects were developed with JavaScript, SCSS and HTML5.  The SCSS file is attached for easier viewing.  To fork a project, it will need to be converted to CSS, or the environment will need a CSS preprocessor.\n\n![last commit][last-commit]\n![repo size][repo-size]\n![main language][main-language]\n\n## \u003cstrong\u003eProject Previews, Links and Details\u003c/strong\u003e\n\n\n### \u003cstrong\u003eEarth Day Countdown\u003c/strong\u003e\n![A little forest of trees sits atop a countdown to show how long until Earth Day](./assets/earth-day-countdown.png)\n\n[Working demo of the countdown](https://codepen.io/alleycaaat/full/BaqWwwP)\n- timer updates every second to display how long until Earth Day, 22 April\n- a forst of little trees is dynamically built on each render\n- displayed message changes on Earth Day\n- trees are built then appended to the parent element\n- Math.random generates a height, z-index,0 margin and left values for each tree\n- Colors are randomly selected from an array of 15 options\n\n\u003cbr\u003e\n\n### \u003cstrong\u003eDesktop Calculator\u003c/strong\u003e\n![A calculator with aquamarine buttons and a screen displaying '43110'](./assets/desktop-calculator.png)\n\n[Working demo of calculator](https://codepen.io/alleycaaat/full/ZEqBXWb)\n- allows for keyboard use or mouseclicks\n- on large screens, shows the calculation history on a slice of paper\n- multiple switch case statements keep code cleaner\n- hover effects mimic pressing down on a real button\n- backspace to remove individual character from display\n- AC button to clear calculator display\n- ternary operator to add a zero before a decimal if the number is less than one\n- original background image by [macrovector](https://www.freepik.com/free-vector/wood-vector-texture-template-pattern-seamless-material-hardwood-floor-natural-light-parquet-vector-illustration_11059494.htm#query=seamless%20wood%20texture\u0026position=0\u0026from_view=keyword\u0026track=ais)\n\n\u003cbr\u003e\n\n### \u003cstrong\u003etic-tac-toe\u003c/strong\u003e\n![An tic-tac-toe board with a game in progress, a light grey circle shows a possible available move for the O's player to take](./assets/gameplay.png)\n\n[Working demo of tic-tac-toe](https://codepen.io/alleycaaat/full/NWONQOK)\n- user can hover over empty boxes to see potential moves\n- gameboard built with for loops\n- gameboard boxes have aria-labels of x and y coordinates\n- dynamically displays winner at games end\n- if no winner, winning message displays draw\n- forEach loop, classList property and ternary operators utilized\n\n\u003cbr\u003e\n\n### \u003cstrong\u003ewordle\u003c/strong\u003e\n![A completed game of wordle that the player solved in three guesses](./assets/wordle.PNG)\n\n[Working demo of wordle](https://achulslander-wordle.netlify.app)\n- users can play on screen or using their computer keyboard\n- if a letter is in the answer but isn't in the right position, it is highlighted yellow\n- a correct letter in the correct spot is highlighted purple\n- after five guesses, tellers player if they have won or run out of guesses\n- utilizes forEach and if/else loops\n\n\u003cbr\u003e\n\n### \u003cstrong\u003eCalculator\u003c/strong\u003e\n![A calculator with aquamarine buttons and a screen displaying '43110'](./assets/js-calculator.png)\n\n[Working demo of calculator](https://codepen.io/alleycaaat/full/zYmKQEz)\n- allows for keyboard use\n- switch case statements to keep code cleaner\n- hover effects mimic pressing down on a real button\n- backspace to remove individual character from display\n- AC to clear everything\n- ternary operator to add a zero before a decimal if the number is less than one\n\n\u003cbr\u003e\n\u003cp align='right'\u003e(\u003ca href='#top'\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## \u003cstrong\u003eContact\u003c/strong\u003e\n\n\u003cdiv align='center'\u003e\n\nAC Hulslander - [Send me a message](https://www.achulslander.com/#contact)\n\n[![GitHub][github]](https://github.com/alleycaaat/)\n[![linkedin][linkedin]][linkedin-url]\n[![hashnode][hashnode]][hashnode-url]\n[![discord][discord]][discord-url]\n[![codepen][codepen]][codepen-url]\n\u003c/div\u003e\n\n\n\u003cp align='right'\u003e(\u003ca href='#top'\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n[issues-open]: https://img.shields.io/github/issues/alleycaaat/vanilla-JS-projects?color=blue\u0026logo=github\n[repo-size]: https://img.shields.io/github/repo-size/alleycaaat/vanilla-JS-projects?color=red\u0026logo=github\n[language-count]: https://img.shields.io/github/languages/count/alleycaaat/vanilla-JS-projects?color=orange\u0026logo=github\n[main-language]: https://img.shields.io/github/languages/top/alleycaaat/vanilla-JS-projects?color=yellow\u0026logo=github\n[last-commit]: https://img.shields.io/github/last-commit/alleycaaat/vanilla-JS-projects?logo=github\n[linkedin]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/in/achulslander\n[github]: https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white\n[codepen]: https://img.shields.io/badge/Codepen-000000?style=for-the-badge\u0026logo=codepen\u0026logoColor=white\n[codepen-url]: https://codepen.io/alleycaaat\n[hashnode]: https://img.shields.io/badge/Hashnode-2962FF?style=for-the-badge\u0026logo=hashnode\u0026logoColor=white\n[hashnode-url]: https://hashnode.com/@alleycaaat\n[discord]:https://img.shields.io/badge/Discord-7289DA?style=for-the-badge\u0026logo=discord\u0026logoColor=white\n[discord-url]: https://discord.come/users/427569685366833174\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falleycaaat%2Fvanilla-js-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falleycaaat%2Fvanilla-js-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falleycaaat%2Fvanilla-js-projects/lists"}