{"id":28173634,"url":"https://github.com/helenzhou6/fac-notes","last_synced_at":"2025-07-02T14:35:18.452Z","repository":{"id":293497911,"uuid":"117441714","full_name":"helenzhou6/FAC-Notes","owner":"helenzhou6","description":"Notes for FAC course","archived":false,"fork":false,"pushed_at":"2018-07-08T16:14:18.000Z","size":250,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-15T16:56:49.875Z","etag":null,"topics":["documentation","markdown","notes"],"latest_commit_sha":null,"homepage":null,"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/helenzhou6.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,"zenodo":null}},"created_at":"2018-01-14T15:23:49.000Z","updated_at":"2018-07-08T16:14:19.000Z","dependencies_parsed_at":"2025-05-15T17:06:59.827Z","dependency_job_id":null,"html_url":"https://github.com/helenzhou6/FAC-Notes","commit_stats":null,"previous_names":["helenzhou6/fac-notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helenzhou6%2FFAC-Notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helenzhou6%2FFAC-Notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helenzhou6%2FFAC-Notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helenzhou6%2FFAC-Notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helenzhou6","download_url":"https://codeload.github.com/helenzhou6/FAC-Notes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254422798,"owners_count":22068681,"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":["documentation","markdown","notes"],"created_at":"2025-05-15T21:14:01.918Z","updated_at":"2025-05-15T21:14:02.983Z","avatar_url":"https://github.com/helenzhou6.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# FAC\n\nI (somehow) made it to FAC13 😊🎉, and these are just notes based on the materials covered ([the original FAC coursebook here](https://github.com/foundersandcoders/master-reference/tree/master/coursebook))\n\n## Pre course\n*   [Pre course notes](https://github.com/helenzhou6/FAC-Notes/blob/master/precourse.markdown) - (mostly based on the [pre course FAC materials](https://github.com/foundersandcoders/master-reference/tree/master/coursebook/precourse))\n\n## Recommended Materials\n* [FAC recommended materials](https://github.com/helenzhou6/FAC-Notes/blob/master/recommended-materials.md), based off [this repo](https://github.com/foundersandcoders/recommended-materials)\n\n## Weeks 1-9\nLearning the fundamentals, each week completing a mini project in teams of four based on objectives.\n*   [Week One](https://github.com/helenzhou6/FAC-Notes/blob/master/weekOne.md) - Accessibility week. Project: making [a simple Portfolio One Pager](https://github.com/fac-13/plhh)\n*   [Week Two](https://github.com/helenzhou6/FAC-Notes/blob/master/weekTwo.md) - Testing using [NPM Tape](https://www.npmjs.com/package/tape). Project: [To do app](https://github.com/fac-13/PLHH-ToDo) using TDD.\n*   [Week Three](https://github.com/helenzhou6/FAC-Notes/blob/master/weekThree.md) - API requests. Project: website using 2 external APIs ([mixtape generator](https://github.com/fac-13/vith-Mixtape)) made from the front end (using XHR requests)\n*   [Week Four](https://github.com/helenzhou6/FAC-Notes/blob/master/weekFour.md) - Node week. Project: [website with autocomplete](https://github.com/fac-13/vithAutocomplete) - XHR request from the front end to a JSON data file in the backend server (that we set up)\n*   [Week Five](https://github.com/helenzhou6/FAC-Notes/blob/master/weekFive.md) - Node week two. Project: [website](https://github.com/fac-13/jeth) with an XHR request from the front end to back end, and then the back end server makes an API call.\n*   [Week Six](https://github.com/helenzhou6/FAC-Notes/blob/master/weekSix.md) - Databases. Project: [a dynamic web app](https://github.com/fac-13/HEII-topics) which uses data from a database (connected to via a node.js server).\n*   [Week Seven](https://github.com/helenzhou6/FAC-Notes/blob/master/weekSeven.md) - User authentication. Project: continuation from the [week six project](https://github.com/fac-13/HEII-topics), but also includes user registration and authentication.\n*   [Week Eight](https://github.com/helenzhou6/FAC-Notes/blob/master/weekEight.md) - Using Express and Handlebars. Project: [fotos](https://github.com/fac-13/fotos) - A public social media photo platform featuring user authentication and a SQL database connected to an Express server and server-side rendered HTML templates using Handlebars.\n* Week Nine - reading week\n\n## Weeks 10-12\nInternal student project, 3 week process in teams of 4. Project: [StackMatch](https://github.com/fac-13/stackMatch) and role: scrum master.\n* [Week Ten](https://github.com/helenzhou6/FAC-Notes/blob/master/weekTen.md) - Project One Week One - Design Sprint\n* [Week Eleven to Twelve](https://github.com/helenzhou6/FAC-Notes/blob/master/weekEleventoTwelve.md) - Project One Week Two - Build Week 1 of 2.\n\n## Week 13\n* [Week Thirteen](https://github.com/helenzhou6/FAC-Notes/blob/master/weekThirteen.md) - React week! - Project: [React game arcade](https://github.com/fac-13/HP-game) - Two games, one to guess how long 10 seconds is, and another: whack a mole (where the mole is your github avatar).\n\n## Week 14-16\n* [Week Fourteen to Sixteen](https://github.com/helenzhou6/FAC-Notes/blob/master/weekFourteentoSixteen.md) - MVP made for an external social enterprise. 3 week process (1 week design, 2 week build sprint). Project: [Craft Track - front end](https://github.com/fac-13/craft-track) and [Craft Track - back end](https://github.com/fac-13/crafttrack-server) - a tracker for shoes to be made for Juta Shoes.\n\n## Bonus week (17)\n* Elm Week - watch this space","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelenzhou6%2Ffac-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelenzhou6%2Ffac-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelenzhou6%2Ffac-notes/lists"}