{"id":26197979,"url":"https://github.com/rodrigorvsn/bookstore-next","last_synced_at":"2026-07-10T11:31:41.708Z","repository":{"id":281093006,"uuid":"944139626","full_name":"RodrigoRVSN/bookstore-next","owner":"RodrigoRVSN","description":"Bookstore with Next.js","archived":false,"fork":false,"pushed_at":"2026-02-15T12:52:48.000Z","size":729,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-15T18:51:42.228Z","etag":null,"topics":["code-challenge"],"latest_commit_sha":null,"homepage":"https://bookstore-next-wine.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/RodrigoRVSN.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":"2025-03-06T21:12:17.000Z","updated_at":"2026-02-15T12:52:46.000Z","dependencies_parsed_at":"2025-10-29T04:41:13.021Z","dependency_job_id":null,"html_url":"https://github.com/RodrigoRVSN/bookstore-next","commit_stats":null,"previous_names":["rodrigorvsn/bookstore-next"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RodrigoRVSN/bookstore-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2Fbookstore-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2Fbookstore-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2Fbookstore-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2Fbookstore-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RodrigoRVSN","download_url":"https://codeload.github.com/RodrigoRVSN/bookstore-next/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RodrigoRVSN%2Fbookstore-next/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35330738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["code-challenge"],"created_at":"2025-03-12T02:49:28.646Z","updated_at":"2026-07-10T11:31:41.689Z","avatar_url":"https://github.com/RodrigoRVSN.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a webpage consuming the `bookstore.json` as the source of the data.\nLive view: \u003chttps://bookstore-next-wine.vercel.app\u003e\n\nhttps://github.com/user-attachments/assets/6745c2f0-7738-440e-a541-6fbe15309482\n\n## Technologies\n\n- Next.js\n- Typescript\n- Tailwind CSS \u0026 shadcn for styles\n- Lucide React for icons\n- Vitest for testing\n- Cypress for E2E testing\n- Eslint for linting\n- Github Actions for CI\n- Dayjs for formatting date\n\n## How to run\n\nFirst, install the dependencies:\n\n```bash\nnpm install\n```\n\nTo run the application:\n\n```bash\nnpm run dev\n```\n\nTo run the tests:\n\n```bash\nnpm run test\n```\n\nTo run the tests with coverage:\n\n```bash\nnpm run test:cov\n```\n\nTo run the E2E tests with cypress:\n\n```bash\nnpm run cy:open\n```\n\nor\n\n```bash\nnpm run cy:run\n```\n\n### Some observations\n\n- The `bookstore.json` is a static file, so there is no need to do a fetch on SSR with the newest Next.js features and, since there is a small quantity of data, we don't need to use memoization techniques like `useMemo` for sorting the data on the events page, for example, but these could be improvements if we would be fetching the data from a server.\n- Components could be documented with Storybook.\n- We could use the github actions to deploy the application in AWS, for example, after the build is done.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigorvsn%2Fbookstore-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigorvsn%2Fbookstore-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigorvsn%2Fbookstore-next/lists"}