{"id":25352765,"url":"https://github.com/mikebellcoder/hellocodeschoolproject","last_synced_at":"2025-08-27T13:19:50.095Z","repository":{"id":193318506,"uuid":"76704891","full_name":"mikebellcoder/HelloCodeSchoolProject","owner":"mikebellcoder","description":"Finished First Code School Project!","archived":false,"fork":false,"pushed_at":"2016-12-17T05:23:04.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T21:11:28.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ng-mike.github.io/HelloCodeSchoolProject/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikebellcoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-12-17T05:01:02.000Z","updated_at":"2021-02-05T21:54:57.000Z","dependencies_parsed_at":"2023-09-07T17:44:06.982Z","dependency_job_id":null,"html_url":"https://github.com/mikebellcoder/HelloCodeSchoolProject","commit_stats":null,"previous_names":["mikebellcoder/hellocodeschoolproject"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikebellcoder/HelloCodeSchoolProject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikebellcoder%2FHelloCodeSchoolProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikebellcoder%2FHelloCodeSchoolProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikebellcoder%2FHelloCodeSchoolProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikebellcoder%2FHelloCodeSchoolProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikebellcoder","download_url":"https://codeload.github.com/mikebellcoder/HelloCodeSchoolProject/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikebellcoder%2FHelloCodeSchoolProject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272335716,"owners_count":24916522,"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-27T02:00:09.397Z","response_time":76,"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":[],"created_at":"2025-02-14T18:59:40.819Z","updated_at":"2025-08-27T13:19:50.053Z","avatar_url":"https://github.com/mikebellcoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello Code School\n\nThis is a sample project to test out how projects work at Code School. For this project, you'll be creating a basic website using HTML. If you want to deploy it to a real website, we'll even walkthrough how to do that!\n\n# Getting Started\n\nTo get started with this project, head over to the [Hello Code School](https://www.codeschool.com/projects/hello-code-school) project on Code School, and begin! It'll walk you through all of the steps below. They're included here in the readme in case you work better locally, or want to try working on this project offline.\n\n# Prerequisites\n\nIn order to complete this project, you'll need to know the basics of HTML! Aside from that, you'll need a local computer where you can install git, and edit some files. We'll walk you through that part, so if you haven't used Git before -- don't worry. We recommend that you should have already completed Code Schools [Front-End Foundations](https://www.codeschool.com/courses/front-end-foundations) course, or have basic familiarity with HTML. When we say basic familiarity here's what we mean:\n\n* Know what an HTML tag looks like\n* Know some of the most common tags -- `title`, `h1`, `ul`, `li`.\n\nIf you know these, you should be all set to jump in and give this project a shot!\n\n# Setup\n\nIn order to get this working, you'll need to have [Git](https://git-scm.com/) installed, and have a GitHub account. If this is your first time setting up Git, I'd recommend checking out Code School's video on How to Setup Git for Code School Projects in 5 Minutes to learn what you need to know.\n\nTo get started, fork this repository to your account and clone it down locally. If you want, you can also try doing this completely from GitHub!\n\n# Build\n\nOnce you've forked this repository, go ahead and make the following changes to the `index.html` file.\n\n## Add a Page Title\n\nCreate a `title` element with your Code School account name.\n\n## Add a Header Element\n\nAdd an `h1` saying \"Hello, Code School!\".\n\n## Create an Unordered List\n\nCreate a `ul` element with at least 2 `li` elements.\n\n## What Do You Want to Learn?\n\nIn these `li` elements, list out what you want to learn.\n\n# Checking Your Work\n\nOnce you've completed all of the tasks, go ahead and commit those to your fork of this repository and push it up to GitHub. Follow the directions on [Hello Code School](https://www.codeschool.com/projects/hello-code-school) to submit your project and get feedback from Code School.\n\n## Running Tests Locally\n\nYou don't need to run and of the tests locally -- they'll all run when you submit your project. If you're an overachiever and want to try running the tests locally, here's what you'll need to do.\n\nFirst off, install [node.js](https://nodejs.org/en/) locally. Next you'll need to run a few commands from this folder.\n\n```\n$ npm install\n$ npm test\n```\n\nIf everything is working, you should see something like this:\n\n```\nHelloCodeSchoolProject (answer) $ npm test\n\n\u003e hello-codeschool-project@1.0.0 test /Users/adam/code/projects/HelloCodeSchoolProject\n\u003e mocha test/\n\n\n\n  Your HTML Page\n    ✓ should have a different title\n    ✓ should have a different h1\n    ✓ should have a ul\n    ✓ should have at least 2 li elements\n\n\n  4 passing (306ms)\n```\n\n# Making it Public\n\nOnce all tests are passing, try pushing your master branch up to the `gh-pages` branch -- this will make your webpage available on the web! Here's a command to do that:\n\n```\n$ git push origin master:gh-pages\n```\n\nThis will make your `index.html` file available at the URL:\n\n`http://\u003cusername\u003e.github.io/HelloCodeSchoolProject/`\n\n# Another Answer\n\nIf you want to checkout one other possible solution to this problem and compare your work, you can checkout the `solution` branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebellcoder%2Fhellocodeschoolproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikebellcoder%2Fhellocodeschoolproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikebellcoder%2Fhellocodeschoolproject/lists"}