{"id":26964178,"url":"https://github.com/jasheloper/100-days-of-code","last_synced_at":"2025-04-03T06:30:06.917Z","repository":{"id":261292118,"uuid":"881112631","full_name":"jasheloper/100-days-of-code","owner":"jasheloper","description":"100 days of code focusing on JavaScript","archived":false,"fork":false,"pushed_at":"2025-03-14T14:39:37.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T15:43:09.585Z","etag":null,"topics":["100daysofcode","javascript"],"latest_commit_sha":null,"homepage":"https://jasheloper.github.io/100-days-of-code/","language":null,"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/jasheloper.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":"2024-10-30T23:35:25.000Z","updated_at":"2025-03-14T14:39:41.000Z","dependencies_parsed_at":"2025-01-29T01:21:05.791Z","dependency_job_id":"25132d4b-c68f-4d4e-9d22-053febe36090","html_url":"https://github.com/jasheloper/100-days-of-code","commit_stats":null,"previous_names":["jasheloper/100-days-of-code"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasheloper%2F100-days-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasheloper%2F100-days-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasheloper%2F100-days-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasheloper%2F100-days-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasheloper","download_url":"https://codeload.github.com/jasheloper/100-days-of-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246947604,"owners_count":20859283,"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","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":["100daysofcode","javascript"],"created_at":"2025-04-03T06:30:05.681Z","updated_at":"2025-04-03T06:30:06.564Z","avatar_url":"https://github.com/jasheloper.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 100 Days of Code - Jashele T.\n\n\n| **DAY**   | **DESCRIPTION** |\n|-------|-------------|\n| **Day 1** 👋 | \u003cbr\u003e • **Reading:** [Intro to Web APIs](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Introduction) \u003cbr\u003e\u003cbr\u003e\n| **Day 2** | \u003cbr\u003e • **finished reading:** [Intro to Web APIs](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Introduction) \u003cbr\u003e \u003cbr\u003e • Tested out the **Web Audio API** for fun @ [github.com/jasheloper/web-audio-api-test](https://github.com/jasheloper/web-audio-api-test) \u003cbr\u003e\u003cbr\u003e 💡and wow, never knew about [`\u003cinput type=\"range\"\u003e`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range) pretty cool! \u003cbr\u003e\u003cbr\u003e\n| **Day 3** | \u003cbr\u003e • **Quick review:** [Manipulating Documents (DOM)](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Manipulating_documents) \u003cbr\u003e\u003cbr\u003e\n| **Day 4** | \u003cbr\u003e • Basic DOM review/practice creating \u0026 moving elements @ [github.com/jasheloper/basic-dom](https://github.com/jasheloper/basic-dom) \u003cbr\u003e\u003cbr\u003e\n| **Day 5** | \u003cbr\u003e **I took a month long break so doing challenges from [JSCodebox](https://jscodebox.com/) to warm up:** \u003cbr\u003e \u003cbr\u003e **All solutions are in my CodePen, links below.** \u003cbr\u003e \u003cbr\u003e • Code challenge 1: [Password Security](https://codepen.io/jt_1/pen/pvzddJm) \u003cbr\u003e\u003cbr\u003e • Code challenge 2: [Check Box](https://codepen.io/jt_1/pen/OPLOOXw) \u003cbr\u003e\u003cbr\u003e • Code Challenge 3: [Return specific array elements](https://codepen.io/jt_1/pen/EaYbbNy) \u003cbr\u003e\u003cbr\u003e • Code Challenge 4: [Return variables in JSON Notation](https://codepen.io/jt_1/pen/bNbYYqO) \u003cbr\u003e\u003cbr\u003e\n| **Day 6** | \u003cbr\u003e • **Reading:** [Making network requests with JavaScript](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/Network_requests) \u003cbr\u003e\u003cbr\u003e • Working through example code @ [github.com/jasheloper/fetch-example](https://github.com/jasheloper/fetch-example)\u003cbr\u003e\u003cbr\u003e\n| **Day 7** | \u003cbr\u003e • **Need to briefly switch gears and revamp my [web development](https://github.com/jasheloper/portfolio) portfolio.** \u003cbr\u003e\u003cbr\u003e\n| **Day 8 - 18** | \u003cbr\u003e • Making progress on [web development](https://github.com/jasheloper/portfolio) portfolio. \u003cbr\u003e\u003cbr\u003e\n| **Day 19 - 20** | \u003cbr\u003e • Worked on sprucing up the styling for one of the [JS coding projects](https://github.com/jasheloper/color-tile-playground) that will be featured in my portfolio. \u003cbr\u003e \u003cbr\u003e • Significant progress has been made for the projects portion of [my portfolio](https://github.com/jasheloper/portfolio/upload). The bulk of the work was styling the project cards (headings, summary, buttons, etc). It's coming along nicely!  \u003cbr\u003e\u003cbr\u003e\n| **Day 21 - 27** | \u003cbr\u003e • Making progress on [web development](https://github.com/jasheloper/portfolio) portfolio. \u003cbr\u003e\u003cbr\u003e\n| **Day 28 - 35** | \u003cbr\u003e • New [web dev portfolio](https://github.com/jasheloper/portfolio) is nearly complete. Performing some quality checks and will relaunch the site very soon! \u003cbr\u003e\u003cbr\u003e • **update:** Web dev portfolio is live! • [devjashele.tech](https://devjashele.tech/) \u003cbr\u003e\u003cbr\u003e\n| **Day 36 - 37** | \u003cbr\u003e • Tweaks and updates to [devjashele.tech](https://devjashele.tech/) (web dev portfolio) \u003cbr\u003e\u003cbr\u003e • See [repo](https://github.com/jasheloper/portfolio) for more info. \u003cbr\u003e\u003cbr\u003e\n| **Day 38** | \u003cbr\u003e  \n| **Day 39** | \u003cbr\u003e  \n| **Day 40** | \u003cbr\u003e  \n| **Day 41** | \u003cbr\u003e  \n| **Day 42** | \u003cbr\u003e  \n| **Day 43** | \u003cbr\u003e  \n| **Day 44** | \u003cbr\u003e  \n| **Day 45** | \u003cbr\u003e  \n| **Day 46** | \u003cbr\u003e  \n| **Day 47** | \u003cbr\u003e  \n| **Day 48** | \u003cbr\u003e  \n| **Day 49** | \u003cbr\u003e  \n| **Day 50** | \u003cbr\u003e  \n| **Day 51** | \u003cbr\u003e  \n| **Day 52** | \u003cbr\u003e  \n| **Day 53** | \u003cbr\u003e  \n| **Day 54** | \u003cbr\u003e  \n| **Day 55** | \u003cbr\u003e  \n| **Day 56** | \u003cbr\u003e  \n| **Day 57** | \u003cbr\u003e  \n| **Day 58** | \u003cbr\u003e  \n| **Day 59** | \u003cbr\u003e  \n| **Day 60** | \u003cbr\u003e  \n| **Day 61** | \u003cbr\u003e  \n| **Day 62** | \u003cbr\u003e  \n| **Day 63** | \u003cbr\u003e  \n| **Day 64** | \u003cbr\u003e  \n| **Day 65** | \u003cbr\u003e  \n| **Day 66** | \u003cbr\u003e  \n| **Day 67** | \u003cbr\u003e  \n| **Day 68** | \u003cbr\u003e  \n| **Day 69** | \u003cbr\u003e  \n| **Day 70** | \u003cbr\u003e  \n| **Day 71** | \u003cbr\u003e  \n| **Day 72** | \u003cbr\u003e  \n| **Day 73** | \u003cbr\u003e  \n| **Day 74** | \u003cbr\u003e  \n| **Day 75** | \u003cbr\u003e  \n| **Day 76** | \u003cbr\u003e  \n| **Day 77** | \u003cbr\u003e  \n| **Day 78** | \u003cbr\u003e  \n| **Day 79** | \u003cbr\u003e  \n| **Day 80** | \u003cbr\u003e  \n| **Day 81** | \u003cbr\u003e  \n| **Day 82** | \u003cbr\u003e  \n| **Day 83** | \u003cbr\u003e  \n| **Day 84** | \u003cbr\u003e  \n| **Day 85** | \u003cbr\u003e  \n| **Day 86** | \u003cbr\u003e  \n| **Day 87** | \u003cbr\u003e  \n| **Day 88** | \u003cbr\u003e  \n| **Day 89** | \u003cbr\u003e  \n| **Day 90** | \u003cbr\u003e  \n| **Day 91** | \u003cbr\u003e  \n| **Day 92** | \u003cbr\u003e  \n| **Day 93** | \u003cbr\u003e  \n| **Day 94** | \u003cbr\u003e  \n| **Day 95** | \u003cbr\u003e  \n| **Day 96** | \u003cbr\u003e  \n| **Day 97** | \u003cbr\u003e  \n| **Day 98** | \u003cbr\u003e  \n| **Day 99** | \u003cbr\u003e  \n| **Day 100** ✅ | \u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasheloper%2F100-days-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasheloper%2F100-days-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasheloper%2F100-days-of-code/lists"}