{"id":16058242,"url":"https://github.com/tednaphil/spilled","last_synced_at":"2026-01-11T17:51:00.214Z","repository":{"id":232926232,"uuid":"785547350","full_name":"tednaphil/spilled","owner":"tednaphil","description":"Browse and learn about some of your favorite teas and blends","archived":false,"fork":false,"pushed_at":"2024-10-09T01:58:19.000Z","size":61753,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T21:42:06.658Z","etag":null,"topics":["acceptance-testing","typescript"],"latest_commit_sha":null,"homepage":"https://spilled-seven.vercel.app/","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/tednaphil.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-04-12T05:27:40.000Z","updated_at":"2024-10-06T20:03:01.000Z","dependencies_parsed_at":"2024-10-09T03:31:04.919Z","dependency_job_id":null,"html_url":"https://github.com/tednaphil/spilled","commit_stats":null,"previous_names":["tednaphil/spilled"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tednaphil%2Fspilled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tednaphil%2Fspilled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tednaphil%2Fspilled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tednaphil%2Fspilled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tednaphil","download_url":"https://codeload.github.com/tednaphil/spilled/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246769968,"owners_count":20830771,"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":["acceptance-testing","typescript"],"created_at":"2024-10-09T03:20:31.279Z","updated_at":"2026-01-11T17:51:00.186Z","avatar_url":"https://github.com/tednaphil.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/tednaphil/spilled/assets/76406423/ba29f256-b2a6-4df3-9ef5-6b18bb2ef822\" alt=\"spilled logo\" height=\"200px\"\u003e\n\n\u003c/div\u003e\n\n### \u003cp align=\"center\"\u003eVisit the app [here](https://spilled-seven.vercel.app/)\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eSingle-user application focused on providing educational content on tea types and what makes them unique. Designed to accommodate a wide range of users, ranging in age, gender, and disability status.\u003c/p\u003e\n\n### \u003cp align=\"center\"\u003eContributors\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n  \n  [Asher Spurr](https://github.com/AsherSpurr), [Cory Sanders](https://github.com/corysanders3), [Ethan Duvall](https://github.com/EthanDuvall), [Tayla Phillips](github)\n\n\u003c/div\u003e\n\n## Preview:\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"Spilled Demo2.gif\" alt=\"app demo\"\u003e\n\n\u003c/div\u003e\n\u003cp align=\"center\"\u003eTechnologies Used\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React-61DAFB?logo=react\u0026logoColor=000\u0026style=for-the-badge\" alt=\"react badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TypeScript-3178C6?logo=typescript\u0026logoColor=fff\u0026style=for-the-badge\" alt=\"typescript badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/HTML5-E34F26?logo=html5\u0026logoColor=fff\u0026style=for-the-badge\" alt=\"html badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/CSS3-1572B6?logo=css3\u0026logoColor=fff\u0026style=for-the-badge\" alt=\"css badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React%20Router-CA4245?logo=reactrouter\u0026logoColor=fff\u0026style=for-the-badge\" alt=\"router badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Cypress-69D3A7?logo=cypress\u0026logoColor=fff\u0026style=for-the-badge\" alt=\"cypress badge\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Vercel-000?logo=vercel\u0026logoColor=fff\u0026style=for-the-badge\" alt=\"vercel badge\"\u003e\n\u003c/div\u003e\n\n## BE Repo:\n- See the new spilled-api repo [here](https://github.com/tednaphil/spilled-api)!\n\n## FE Installation Instructions:\n- Visit the deployed [link](https://spilled-seven.vercel.app/)\n- OR run the following on command line to clone the repo and run the app locally:\n    ```\n    git clone git@github.com:tednaphil/spilled.git\n    cd spilled\n    npm install\n    npm start\n    ```\n\n### Run Tests\n- Ensure you're running the app locally (see Installation Instructions above)\n- Run the following on command line to open Cypress: `npm run cypress`\n- Click `E2E Testing`, then `Start E2E Testing` in desired browser\n- Select `dashboard_spec` to run all tests\n\n## Context:\nApproximately 30 hours were spent to complete this application's test suite and functionality.\n\n\n- Goals\n  ```\n  - Learn and implement Typescript in a one week sprint\n  - Develop robust e-2-e test suite with intercepted network requests\n  - Consistent and modular file structure\n  ```\n- Wins\n  ```\n  - Handling errors in a sophisticated manner\n  - Automatic deployments with Vercel\n  - Use of boolean logic to reduce code strain and complexity\n  ```\n- Challenges\n  ```\n  - Stepping back to see the crossover between JS and TS\n  - Having users' favorites persist after page reloads - solved initially by using Session Storage since the API originally consumed did not have `POST` or `DELETE` endpoints\n  ```\n## Wireframe:\n  \u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/tednaphil/spilled/blob/main/Spilled%20Wireframe.png?raw=true\" alt=\"mvp wireframe\"\u003e\n\u003c/div\u003e\n\u003c!--\n- Future Features\n  ```\n  2. filtering capability for all teas\n  ```\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftednaphil%2Fspilled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftednaphil%2Fspilled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftednaphil%2Fspilled/lists"}