{"id":19957851,"url":"https://github.com/andregarvin/bidsight-takehome","last_synced_at":"2025-10-26T23:05:27.173Z","repository":{"id":204056323,"uuid":"652040636","full_name":"andreGarvin/bidsight-takehome","owner":"andreGarvin","description":"Takehome project for bidsight","archived":false,"fork":false,"pushed_at":"2024-06-23T16:47:39.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T07:14:02.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bidsight-takehome.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/andreGarvin.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":"2023-06-10T22:30:34.000Z","updated_at":"2024-06-23T16:47:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b0dc7ec-ec5e-4542-88b6-f51b10a0336a","html_url":"https://github.com/andreGarvin/bidsight-takehome","commit_stats":null,"previous_names":["andregarvin/bidsight-takehome"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreGarvin%2Fbidsight-takehome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreGarvin%2Fbidsight-takehome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreGarvin%2Fbidsight-takehome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreGarvin%2Fbidsight-takehome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreGarvin","download_url":"https://codeload.github.com/andreGarvin/bidsight-takehome/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241389167,"owners_count":19955107,"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":[],"created_at":"2024-11-13T01:39:04.678Z","updated_at":"2025-10-26T23:05:22.117Z","avatar_url":"https://github.com/andreGarvin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bidsight\n\n- [Prerequisites](#Prerequisites)\n- [Getting Started](#getting-started)\n## Prerequisites\n\nBefore running this project make sure you have nvm installed, [Here is the documentation to install nvm](https://github.com/nvm-sh/nvm#installing-and-updating), use the `.nvmrc` file to install the correct node version for this project\n\n- node v18.15.0\n## Getting Started\n\n1. Clone the repository.\n1. Switch to the `develop` or `feat/\u003cbranch name\u003e` branch.\n1. Install dependencies using `npm install` for this project\n1. Run `nvm use` to use the correct node version for this project\n1. Then run `npm run build` to get a build output of the project\n\nMake sure to create a `.env.local` file for all your secrets needed for the application, just copy and paste whats in the `.env` file.\n\n```bash\ncat .env \u003e .env.local\n```\n\n# BidSight FE Take-Home Assignment\n\nThis is a small assignment for us to get a sense of what you can produce on your own. It should take you 2-3 hours to complete. We are mainly assessing your ability to create an intuitive interface from an ambiguous data model.\n\n## The Assignment\n\nWe would like you to create an invoicing dashboard. The dashboard can look however you'd like, but it should include the following features:\n\n- View all invoices including status (paid, outstanding, etc.)\n- Create a new invoice. Invoice charges may include work-related expenses, materials, labor, etc.\n- Edit an invoice - add charges, update status, etc.\n- Filter or search invoices\n- Easy way to identify late invoices\n\nFor fetching the list of current invoices, please use the endpoint we've provided:\n\nhttps://takehome.api.bidsight.io/v2/invoices\n\nFor creating or updating an invoice, you don't have to write anything to the backend. You can simply update state locally (state does not have to persist when the page is refreshed).\n\n## Requirements\n\nYou should use React as your frontend framework. If you have any questions at all, please ask.\n\nTo complete the assignment, please fork this repo and commit your work to your fork. When you are done, give us access to your fork so we can review and run it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandregarvin%2Fbidsight-takehome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandregarvin%2Fbidsight-takehome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandregarvin%2Fbidsight-takehome/lists"}