{"id":14069961,"url":"https://github.com/epicweb-dev/web-forms","last_synced_at":"2025-05-16T15:09:34.882Z","repository":{"id":180257333,"uuid":"664823717","full_name":"epicweb-dev/web-forms","owner":"epicweb-dev","description":"Learn the primary mechanism for interactivity on the web.","archived":false,"fork":false,"pushed_at":"2025-05-13T17:08:30.000Z","size":17483,"stargazers_count":207,"open_issues_count":1,"forks_count":63,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-13T18:25:19.313Z","etag":null,"topics":["epicweb-dev","kcd-edu","workshop"],"latest_commit_sha":null,"homepage":"https://www.epicweb.dev/workshops/professional-web-forms","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epicweb-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-07-10T20:40:45.000Z","updated_at":"2025-05-13T17:08:34.000Z","dependencies_parsed_at":"2023-10-05T02:18:29.318Z","dependency_job_id":"d72157a9-1703-4bd1-a672-058a681fb41b","html_url":"https://github.com/epicweb-dev/web-forms","commit_stats":null,"previous_names":["epicweb-dev/web-forms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Fweb-forms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Fweb-forms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Fweb-forms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Fweb-forms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epicweb-dev","download_url":"https://codeload.github.com/epicweb-dev/web-forms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553958,"owners_count":22090417,"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":["epicweb-dev","kcd-edu","workshop"],"created_at":"2024-08-13T07:07:22.470Z","updated_at":"2025-05-16T15:09:29.873Z","avatar_url":"https://github.com/epicweb-dev.png","language":"TypeScript","readme":"\u003cdiv\u003e\n  \u003ch1 align=\"center\"\u003e\u003ca href=\"https://www.epicweb.dev/workshops/professional-web-forms\"\u003eProfessional Web Forms\u003c/a\u003e\u003c/h1\u003e\n  \u003cstrong\u003e\n    Learn the primary mechanism for interactivity on the web.\n  \u003c/strong\u003e\n  \u003cp\u003e\n    In this workshop, we'll learn how to use forms on the web to create highly dynamic and interactive experiences for our users.\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca\n    alt=\"Epic Web logo with the words Deployed Version\"\n    href=\"https://forms.epicweb.dev/\"\n  \u003e\n    \u003cimg\n      width=\"300px\"\n      src=\"https://github-production-user-asset-6210df.s3.amazonaws.com/1500684/254000390-447a3559-e7b9-4918-947a-1b326d239771.png\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003chr /\u003e\n\n\u003c!-- prettier-ignore-start --\u003e\n[![Build Status][build-badge]][build]\n[![GPL 3.0 License][license-badge]][license]\n[![Code of Conduct][coc-badge]][coc]\n\u003c!-- prettier-ignore-end --\u003e\n\n## Prerequisites\n\n- Some\n  [experience with JavaScript](https://kentcdodds.com/blog/javascript-to-know-for-react)\n- Some [experience with React](https://kcd.im/beginner-react)\n- Some [experience with Node.js](https://nodejs.dev/en/learn)\n- [Full Stack Foundations workshop](https://github.com/epicweb-dev/full-stack-foundations)\n  (or similar experience)\n\n## System Requirements\n\n- [git][git] v2.18 or greater\n- [NodeJS][node] v20 or greater\n- [npm][npm] v8 or greater\n\nAll of these must be available in your `PATH`. To verify things are set up\nproperly, you can run this:\n\n```shell\ngit --version\nnode --version\nnpm --version\n```\n\nIf you have trouble with any of these, learn more about the PATH environment\nvariable and how to fix it here for [windows][win-path] or\n[mac/linux][mac-path].\n\n## Setup\n\nThis is a pretty large project (it's actually many apps in one) so it can take\nseveral minutes to get everything set up the first time. Please have a strong\nnetwork connection before running the setup and grab a snack.\n\nFollow these steps to get this set up:\n\n```sh\ngit clone https://github.com/epicweb-dev/web-forms.git\ncd web-forms\nnpm run setup\n```\n\nIf you experience errors here, please open [an issue][issue] with as many\ndetails as you can offer.\n\n## Exercises\n\nYou'll find all the exercises in the `exercises` directory. The structure of the\nworkshop apps is described below, but most of the time you should be able to\nsimply run the app and navigate around the different exercises using the\napplication (there are even buttons to open the right exercise file right in\nyour editor).\n\nThe purpose of the exercise is **not** for you to work through all the material.\nIt's intended to get your brain thinking about the right questions to ask me as\n_I_ walk through the material.\n\n## Running the app\n\nTo get the app up and running (and really see if it worked), run:\n\n```shell\nnpm start\n```\n\nNow open your browser to the address that's logged out for you and you're good\nto get started!\n\n## Running the tests\n\nThe test script in the `package.json` runs the tests on the solutions (these\nshould all pass). To run the tests against your own work, you simply open the\nproblem page and click the \"Test\" tab.\n\n## Launching your editor\n\nThe application has several buttons which will launch your editor to the right\nfile. There are a lot of files in this workshop so you'll be using this feature\na lot to get to the right place at the right time.\n\nThis should just work™️ (it looks at your currently running processes and\nchooses the editor based on that). If it doesn't guess correctly, create a\n`.env` file in the root of this project and add an environment variable called\n`EPICSHOP_EDITOR` with the value being set to the path to your editor's\nexecutable. For example, if you're using VS Code on Windows, you'd add this to\nyour `.env` file:\n\n```\nEPICSHOP_EDITOR='\"C:\\Program Files\\Microsoft VS Code\\bin\\code.cmd\"'\n```\n\nMake certain that if the path includes spaces that you wrap the path in quotes\nas above (note the use of single quotes wrapping the double quotes!).\n\nThe value of `EPICSHOP_EDITOR` should be the command that you would run in your\nterminal to open your editor from the command line. This means, the first thing\nshould be the path to the executable for your editor (or the command if you have\none in your `PATH`). So you may be able to get away with doing something as\nsimple as this:\n\n```\nEPICSHOP_EDITOR=code\n```\n\n## Exercises\n\n- `exercises/*.*/README.md`: Exercise background information\n- `exercises/*.*/*.problem.*/README.*.md`: Problem Instructions\n- `exercises/*.*/*.problem.*/*.tsx`: Exercise with Emoji helpers 👈 You spend\n  most of your time here.\n- `exercises/*.*/*.solution.*/*.tsx`: Solved version\n\nThe purpose of the exercise is **not** for you to work through all the material.\nIt's intended to get your brain thinking about the right questions to ask me as\n_I_ walk through the material.\n\n## Helpful Emoji 🐨 🦺 💰 📝 🦉 📜 💣 💪 🏁 👨‍💼 🚨\n\nEach exercise has comments in it to help you get through the exercise. These fun\nemoji characters are here to help you.\n\n- **Kody the Koala** 🐨 will tell you when there's something specific you should\n  do\n- **Lily the Life Jacket** 🦺 will help you with any TypeScript-specific parts\n  of the exercises\n- **Marty the Money Bag** 💰 will give you specific tips (and sometimes code)\n  along the way\n- **Nancy the Notepad** 📝 will encourage you to take notes on what you're\n  learning\n- **Olivia the Owl** 🦉 will give you useful tidbits/best practice notes\n- **Dominic the Document** 📜 will give you links to useful documentation\n- **Barry the Bomb** 💣 will be hanging around anywhere you need to blow stuff\n  up (delete code)\n- **Matthew the Muscle** 💪 will indicate that you're working with an exercise\n- **Chuck the Checkered Flag** 🏁 will indicate that you're working with a final\n- **Peter the Product Manager** 👨‍💼 helps us know what our users want\n- **Alfred the Alert** 🚨 will occasionally show up in the test failures with\n  potential explanations for why the tests are failing\n- **Kellie the Co-worker** 🧝‍♀️ your co-worker who sometimes does work ahead of\n  your exercises\n\n## Workshop Feedback\n\nEach exercise has an Elaboration and Feedback link. Please fill that out after\nthe exercise and instruction.\n\nAt the end of the workshop, please go\n[here to give overall feedback](https://docs.google.com/forms/d/e/1FAIpQLSdRmj9p8-5zyoqRzxp3UpqSbC3aFkweXvvJIKes0a5s894gzg/viewform).\n\n\u003c!-- prettier-ignore-start --\u003e\n[npm]: https://www.npmjs.com/\n[node]: https://nodejs.org\n[git]: https://git-scm.com/\n[build-badge]: https://img.shields.io/github/actions/workflow/status/epicweb-dev/web-forms/deploy.yml?branch=main\u0026logo=github\u0026style=flat-square\n[build]: https://github.com/epicweb-dev/web-forms/actions?query=workflow%3Adeploy\n[license-badge]: https://img.shields.io/badge/license-GPL%203.0%20License-blue.svg?style=flat-square\n[license]: https://github.com/epicweb-dev/web-forms/blob/main/LICENSE\n[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square\n[coc]: https://kentcdodds.com/conduct\n[win-path]: https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/\n[mac-path]: http://stackoverflow.com/a/24322978/971592\n[issue]: https://github.com/epicweb-dev/web-forms/issues/new\n\u003c!-- prettier-ignore-end --\u003e\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicweb-dev%2Fweb-forms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepicweb-dev%2Fweb-forms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicweb-dev%2Fweb-forms/lists"}