{"id":15798177,"url":"https://github.com/basokant/hamburger-grammar","last_synced_at":"2026-04-29T06:38:32.983Z","repository":{"id":179997657,"uuid":"472977162","full_name":"basokant/hamburger-grammar","owner":"basokant","description":"The hamburger grammar meme turned interactive.","archived":false,"fork":false,"pushed_at":"2022-12-05T03:33:50.000Z","size":2212,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-12T00:51:04.006Z","etag":null,"topics":["react","typescript"],"latest_commit_sha":null,"homepage":"https://basokant.github.io/hamburger-grammar","language":"TypeScript","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/basokant.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":"2022-03-23T00:01:16.000Z","updated_at":"2022-11-18T05:42:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"a13679e8-a774-4d3c-96d7-c17a214dade6","html_url":"https://github.com/basokant/hamburger-grammar","commit_stats":{"total_commits":34,"total_committers":2,"mean_commits":17.0,"dds":0.02941176470588236,"last_synced_commit":"261ad4861f2f3cc8b9f77dba304ba1940cd73fbc"},"previous_names":["basokant/hamburger-grammar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/basokant/hamburger-grammar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basokant%2Fhamburger-grammar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basokant%2Fhamburger-grammar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basokant%2Fhamburger-grammar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basokant%2Fhamburger-grammar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basokant","download_url":"https://codeload.github.com/basokant/hamburger-grammar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basokant%2Fhamburger-grammar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262188396,"owners_count":23272341,"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":["react","typescript"],"created_at":"2024-10-05T00:23:55.774Z","updated_at":"2026-04-29T06:38:27.953Z","avatar_url":"https://github.com/basokant.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hamburger Grammar\n\n[Live Project](http://localhost:3000/?id=hamburger)\n\n![My Skills](https://skillicons.dev/icons?i=typescript,react)\n\n*The unpopular meme brought to life!*\n\nA web app based on a meme with the same name. Different substrings of the word \"hamburger\" correspond to a specific hamburger ingredient (listed below in the ingredient list). The user can type out their order (a new word using the segments of \"hamburger\"), and the app will reactively deliver the desired burger for the user! The combinations are endlessly hilarious.\n\n## Ingredient List\n\n- \"ham\" ~ top bun\n- \"b\" ~ lettuce\n- \"u\" ~ tomato\n- \"r\" ~ cheese\n- \"g\" ~ meat patty\n- \"er\" ~ bottom bun\n\n## My Favourite Creations\n\n*Next time you're at McDonald's, order one of these.*\n\n1. [uuuuuuuuu](https://basokant.github.io/hamburger-grammar/?id=uuuuuuuuu)\n2. [erburger](https://basokant.github.io/hamburger-grammar/?id=erburger)\n3. [hamer](https://basokant.github.io/hamburger-grammar/?id=hamer)\n\n## Screenshots\n\nThe ingredient list\n\n![ingredients](./src/assets/ingredients.png)\n\nThe main screen\n\n![main screen](./src/assets/mainscreen.png)\n\n## Features\n\n- Beautiful, hand-drawn and home-cooked burgers!\n- Link Sharing (enables users to copy their link to save or send their burger order)\n\n## What I Learned\n\n- This was my first TypeScript project! (TypeScript is an AMAZING developer tool)\n- Learned some intricasies of CSS, like z-index and the stacking context for stacking the images of the ingredients on top of each other.\n- How to create a simple modal.\n- The History browser API.\n- Debouncing in React.\n- *That I love making silly things that let me take life less seriously.*\n\n## Set-Up\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\nClone the repository, and run `npm install` under the project directory before running the available scripts to host the React app locally.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `npm run eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasokant%2Fhamburger-grammar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasokant%2Fhamburger-grammar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasokant%2Fhamburger-grammar/lists"}