{"id":13605604,"url":"https://github.com/quavedev/code-challenge","last_synced_at":"2025-10-03T20:49:45.598Z","repository":{"id":38407537,"uuid":"324186577","full_name":"quavedev/code-challenge","owner":"quavedev","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-21T14:22:05.000Z","size":95,"stargazers_count":88,"open_issues_count":0,"forks_count":52,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-21T16:36:30.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/quavedev.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}},"created_at":"2020-12-24T15:35:27.000Z","updated_at":"2025-07-21T14:22:09.000Z","dependencies_parsed_at":"2025-01-06T03:08:35.796Z","dependency_job_id":"4b8aa6ec-6d89-4b63-8be0-5b702a0ca7de","html_url":"https://github.com/quavedev/code-challenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/quavedev/code-challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fcode-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fcode-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fcode-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fcode-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quavedev","download_url":"https://codeload.github.com/quavedev/code-challenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quavedev%2Fcode-challenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278227254,"owners_count":25951883,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"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":[],"created_at":"2024-08-01T19:01:00.676Z","updated_at":"2025-10-03T20:49:45.564Z","avatar_url":"https://github.com/quavedev.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Quave Code Challenge\n\nWant to join Quave as a developer? \n\nGreat! Read this document and submit your solution.\n\nWe hire full stack developers only, so you must be comfortable with both front-end and back-end development.\n\nGood luck!\n\n\u003e Not sure if we have open positions right now? Check our [Join repository](https://github.com/quavedev/join/issues/).\n\n# Submission\n\n## Getting Started\n\nFirst, you'll need to create your own copy of the challenge repository. We use GitHub Classroom to manage submissions, which automatically creates a private repository for you to work in.\n\nClick this [GitHub Classroom assignment link](https://classroom.github.com/a/tPo4AdKE) to create your repository. If this is your first time using GitHub Classroom, you'll need to authorize it to access your GitHub account. Once authorized, GitHub Classroom will create a new private repository containing the challenge starter code.\n\nThis repository is where you'll make all your changes and submit your final solution. Unlike regular GitHub forks, this gives you a private workspace that only you and the Quave team can access.\n\n## Review\n\nReady for review? Fill out this [form](https://forms.gle/m2FTwSG8bcMfhS3JA).\n\nYou will provide a link to your solution repository in the form and also a cover letter. In the letter you should explain why you're a great fit and what you'll bring to Quave\n\n## Feedback\n\nWe'll give you feedback based on the position description. Check the timeline section in the job posting for feedback deadlines.\n\n# Code Stack and Environment\n\n## Introduction\n\nAt Quave, we use Meteor.js for many clients, projects, and products.\n\nMeteor.js is a full-stack JavaScript platform that lets you build modern web and mobile apps with a single JavaScript codebase.\n\nUnder the hood, Meteor.js runs on Node.js server-side, and we typically use React client-side (though Vue, Angular, Svelte, etc. also work with Meteor).\n\nMeteor.js comes with many useful core packages and Quave packages for common features like:\n- Authentication\n- Jobs\n- Migrations\n- Collections\n- Email\n- And more\n\nIt's great for real-time apps, using WebSockets and DDP (Distributed Data Protocol) to sync data between client and server. All this works smoothly thanks to deep MongoDB integration.\n\nWhile this challenge uses Meteor.js, you can use other technologies if you prefer, with some restrictions.\n\n## Required Stack\n\nWe want to see your Javascript and React skills.\n\nYou can either:\n1. Use our Meteor.js setup (recommended to save time)\n2. Build the app with your preferred JavaScript runtime (Node.js, Bun, or Deno) and React\n\nBoth approaches must:\n- Use the same database structure and seed data\n  - In case you are not using Meteor embedded MongoDB you can assume we will have a proper instalation of MongoDB 7 running on 27017.\n- Use Tailwind for styling\n- Work with `npm i \u0026\u0026 npm start`\n- Be compatible with Node.js 20\n\n## Machine Setup\n\n1. Install Node.js\n   - Use [nvm](https://github.com/nvm-sh/nvm#installing-and-updating)\n2. Install [Meteor](https://docs.meteor.com/install.html)\n\nNew to Meteor? Try this [tutorial](https://react-tutorial.meteor.com).\n\n\u003e This project uses Meteor 3 with Node.js 20.\n\u003e\n\u003e Reference: https://docs.meteor.com\n\n## Install Dependencies\n\n```bash\nmeteor npm install\n```\n\n## Run the App\n\n```bash\nmeteor npm start\n```\n\n# Scope\n\n## Requirements\n\nBuild a mini-app for event check-ins. The home page needs:\n\n1. Event selector showing event names from the `communities` collection\n   - Default text: \"Select an event\"\n\n2. List of registered people from the `people` collection showing:\n   - Full name (first + last name)\n   - Company name\n   - Title\n   - Check-in date (MM/DD/YYYY, HH:mm or N/A)\n   - Check-out date (MM/DD/YYYY, HH:mm or N/A)\n   - \"Check-in {person name}\" button\n   - \"Check-out {person name}\" button (shows 5 seconds after check-in)\n\n3. Event summary showing:\n   - Current attendee count\n   - Company breakdown of current attendees\n   - Number of people not checked in\n\nThe page must update in real-time without refreshing.\n\n## Implementation Rules\n\n1. Use:\n   - JavaScript server-side (Node.js, Bun, or Deno)\n   - React for views\n   - MongoDB for data\n   - TailwindCSS for styling\n\n2. App must:\n   - Start with `meteor npm i \u0026\u0026 meteor npm start`\n   - Run on port `3000`\n   - Use the provided `initial-data.js` seed data\n\n# AI Tools\n\nYou can use AI tools to generate code, but you must:\n1. Understand all generated code\n2. Explain why it's the best solution\n3. Answer any related questions in the interview\n\nNot understanding your code = disqualification.\n\n# Note\n\nWe won't answer questions about this challenge to ensure fair evaluation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquavedev%2Fcode-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquavedev%2Fcode-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquavedev%2Fcode-challenge/lists"}