{"id":13787457,"url":"https://github.com/InventiStudio/recruitment-task","last_synced_at":"2025-05-12T00:31:04.583Z","repository":{"id":215858931,"uuid":"128250675","full_name":"InventiStudio/recruitment-task","owner":"InventiStudio","description":"💰 Wallet: Recruitment task by InventiStudio","archived":false,"fork":false,"pushed_at":"2018-08-07T12:41:04.000Z","size":343,"stargazers_count":4,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T01:36:40.741Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/InventiStudio.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}},"created_at":"2018-04-05T18:54:12.000Z","updated_at":"2021-02-24T11:30:57.000Z","dependencies_parsed_at":"2024-01-18T23:52:12.008Z","dependency_job_id":null,"html_url":"https://github.com/InventiStudio/recruitment-task","commit_stats":null,"previous_names":["inventistudio/recruitment-task"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InventiStudio%2Frecruitment-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InventiStudio%2Frecruitment-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InventiStudio%2Frecruitment-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InventiStudio%2Frecruitment-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InventiStudio","download_url":"https://codeload.github.com/InventiStudio/recruitment-task/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253655808,"owners_count":21943069,"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-08-03T20:00:34.844Z","updated_at":"2025-05-12T00:31:02.153Z","avatar_url":"https://github.com/InventiStudio.png","language":"JavaScript","funding_links":[],"categories":["Vue.js"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Wallet: InventiStudio recruitment task\" src=\"design/assets/logo.svg\" /\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n# [InventiStudio](https://inventi.studio) Front-end recruitment task\n\nHello Stranger!\n\nSince you got here, you're probably taking a part in our recruitment process for Front-end developer position, right? We're super happy to hear that!\nGetting right to it — the main purpose of this task it to check out your HTML, CSS and JavaScript skills. We'd like to get to know your aproach of solving the following problems:\n- Implement functionalities for the User stories (first one is already done),\n- use [Vuejs](https://vuejs.org/) UI library with it's related ecosystem parts like Vuex and Vue-Router,\n- provide the best possible User Experience (being strict with the designs, responsiveness, hover/focus states of interactive elements — everything to your liking and ideas),\n- write a code that follows project's guidelines (e.g linters).\n\nFeel free to open an issue if you got any questions or sugestions! Once it's ready, send us a repository link at [hello@inventi.studio](mailto:hello@inventi.studio)!\n\nHappy coding and cheers,\n\nKamil \u0026 Piotrek, [InventiStudio](https://inventi.studio)\n\n#### Table of Contents\n- [User stories](#user-stories)\n- [Design](#design)\n- [API](#api)\n- [Setup](#setup)\n- [Development](#development)\n- [Production](#production)\n\n## User stories\n- [x] As a guest I am able to sign in.\n- [ ] As a user I am able to sign out.\n- [ ] As a user I am able to see all my transactions.\n- [ ] As a user I am able to see all my withdrawals (transactions where I took money out of my wallet).\n- [ ] As a user I am able to see all my additions (transactions where I added money to my wallet).\n- [ ] As a user I am able to see wallet summary.\n\n## Design\nAt `/design` directory you can find previews of User Interface, design guidelines and all the required assets.\n\n![SignInView](design/preview/WalletView.jpg?raw=true)\n\n# API\n\n**API Url**: *http://217.182.66.13:4000/*  \n**E-mail**: *john.doe@mail.com*  \n**Password**: *password*\n\n**Endpoints**:\n\n- [Transactions](#transaction)\n\t- [GET Transactions](#get-transactions)\n\n- [Session](#session)\n\t- [GET Session](#get-session)\n\t- [POST Session](#post-session)\n\t- [DELETE Session](#delete-session)\n\n# Transaction\n\n## GET Transactions\n\nGet all transactions.\n\n\tGET /transactions\n\n### Headers\n\n| Name     | Type       | Description                           |\n|:---------|:-----------|:--------------------------------------|\n| x-auth-token | uuid | Session's token.\n\n### Success 200\n\n| Name     | Type       | Description                           |\n|:---------|:-----------|:--------------------------------------|\n| transaction | Object[] | List of transactions.\n| transaction.name | String | Transaction's name.\n| transaction.amount | Number | Amount of money withdrawn/added.\n\n# Session\n\n## GET Session\n\nValidate token.\n\n\tGET /sessions/:token\n\n### Parameters\n\n| Name     | Type       | Description                           |\n|:---------|:-----------|:--------------------------------------|\n| token | uuid | Session's token.\n\n### Success 200\n\n| Name     | Type       | Description                           |\n|:---------|:-----------|:--------------------------------------|\n| session | Object | - |\n| session.expiresAt | Date | Date of session's expiry. |\n\n## POST Session\n\nCreate new session.\n\n\tPOST /sessions/\n\n### Success 201\n\n| Name     | Type       | Description                           |\n|:---------|:-----------|:--------------------------------------|\n| session | Object | - |\n| session.id | uuid | Session's token. |\n\n## DELETE Session\n\nDestroy session.\n\n\tDELETE /sessions/:token\n\n### Success 204\n\n| Name     | Type       | Description                           |\n|:---------|:-----------|:--------------------------------------|\n| - | - | - |\n\n## Setup\n#### Requirements\n- [NodeJS](https://nodejs.org), *\u003e= 8.0.0*\n- [Yarn](https://yarnpkg.com/lang/en/), *\u003e= 0.21.3*\n\n## Development\n```bash\n# Clone repo and install deps\nyarn\n```\n\n```bash\n# Run dev server with hot reload at localhost:8080\nyarn dev\n```\n\n#### Linters\n```bash\n# Run sass-lint\nyarn lint:sass\n\n# Run ESlint\nyarn lint:es\n\n# Run all linters\nyarn lint\n```\n\n#### Tests\n```bash\n# Run Unit tests\nyarn test:unit\n```\n\n```bash\n# Run e2e tests\nyarn test:e2e\n```\n\n## Production\n```bash\n# Build for production with minification\nyarn build\n\n# Build for production and view the bundle analyzer report\nyarn build --report\n\n# Run production server\nyarn start\n```\n\nFor a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).\n\n## Disclaimer\n\nIt's just a recruitment task, we won't use it in any commercial way!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInventiStudio%2Frecruitment-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FInventiStudio%2Frecruitment-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FInventiStudio%2Frecruitment-task/lists"}