{"id":16955198,"url":"https://github.com/calcagnoloic/dictionary-webapp","last_synced_at":"2026-04-13T15:31:20.861Z","repository":{"id":219923336,"uuid":"749783946","full_name":"CalcagnoLoic/dictionary-webapp","owner":"CalcagnoLoic","description":"Dictionary provides definitions and examples by lexical field.","archived":false,"fork":false,"pushed_at":"2025-12-06T10:20:42.000Z","size":2946,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-10T04:13:48.867Z","etag":null,"topics":["api","reacttsx","tailwindcss"],"latest_commit_sha":null,"homepage":"https://calcagnoloic.github.io/dictionary-webapp/","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/CalcagnoLoic.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-29T11:46:55.000Z","updated_at":"2025-12-06T10:20:46.000Z","dependencies_parsed_at":"2024-11-27T18:10:48.677Z","dependency_job_id":"162a8a2b-1737-4f1d-94b4-83e9768514ce","html_url":"https://github.com/CalcagnoLoic/dictionary-webapp","commit_stats":null,"previous_names":["calcagnoloic/dictionary-webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CalcagnoLoic/dictionary-webapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalcagnoLoic%2Fdictionary-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalcagnoLoic%2Fdictionary-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalcagnoLoic%2Fdictionary-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalcagnoLoic%2Fdictionary-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CalcagnoLoic","download_url":"https://codeload.github.com/CalcagnoLoic/dictionary-webapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalcagnoLoic%2Fdictionary-webapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","reacttsx","tailwindcss"],"created_at":"2024-10-13T22:11:36.441Z","updated_at":"2026-04-13T15:31:20.833Z","avatar_url":"https://github.com/CalcagnoLoic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dictionary WebApp\n\nThis dictionary provides definitions and examples by lexical field. Two contexts are included:\n\n- One for darkMode (this adapts to the user's system preferences)\n- One for changing the font (serif, sans-serif and mono)\n\nThe stories are hosted on Chromatic at this [URL](https://65c4faea26944c656f6474a3-sfiofbresk.chromatic.com/).\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://skillicons.dev\"\u003e\n    \u003cimg src=\"https://skillicons.dev/icons?i=ts,react,tailwind,vite\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./public/assets/img/readme.png\" width=\"70%\" /\u003e \n\u003c/p\u003e\n\n## User Stories\n\nUsers should be able to:\n\n- [x] Search for words using the input field\n- [x] See the Free Dictionary API's response for the searched word\n- [x] See a form validation message when trying to submit a blank form\n- [x] Play the audio file for a word when it's available\n- [x] Switch between serif, sans serif, and monospace fonts\n- [x] Switch between light and dark themes\n- [x] View the optimal layout for the interface depending on their device's screen size\n- [x] See hover and focus states for all interactive elements on the page\n- [x] Bonus: Have the correct color scheme chosen for them based on their computer preferences.\n\n## View\n\n| Serif font + light mode                | Serif font + dark mode                |\n| -------------------------------------- | ------------------------------------- |\n| ![](./public/assets/img/monoLight.png) | ![](./public/assets/img/monoDark.png) |\n\n| Sans-serif font + light mode                | Sans-serif font + dark mode                |\n| ------------------------------------------- | ------------------------------------------ |\n| ![](./public/assets/img/sansSerifLight.png) | ![](./public/assets/img/sansSerifDark.png) |\n\n| Mono font + light mode                 | Mono font + dark mode                 |\n| -------------------------------------- | ------------------------------------- |\n| ![](./public/assets/img/monoLight.png) | ![](./public/assets/img/monoDark.png) |\n\n## Built with\n\n- Semantic HTML5 markup\n- Mobile-first workflow\n- TailwindCSS\n- React\n- Storybook\n- Chromatic\n\n## Author\n\n- Website - [Portfolio](https://calcagno-loic.netlify.app/)\n- Frontend Mentor - [@CalcagnoLoic](https://www.frontendmentor.io/profile/CalcagnoLoic)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalcagnoloic%2Fdictionary-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalcagnoloic%2Fdictionary-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalcagnoloic%2Fdictionary-webapp/lists"}