{"id":24272730,"url":"https://github.com/errea/random-user-generator","last_synced_at":"2025-12-27T04:38:29.362Z","repository":{"id":46088286,"uuid":"426545796","full_name":"errea/Random-user-generator","owner":"errea","description":"Using Vue to generate a random user ","archived":false,"fork":false,"pushed_at":"2021-11-15T12:11:32.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-04T15:38:52.457Z","etag":null,"topics":["vue-api","vue-cli","vue-components","vue-router","vuejs"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/errea.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}},"created_at":"2021-11-10T08:40:03.000Z","updated_at":"2021-11-15T12:14:45.000Z","dependencies_parsed_at":"2022-09-19T00:41:49.414Z","dependency_job_id":null,"html_url":"https://github.com/errea/Random-user-generator","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errea%2FRandom-user-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errea%2FRandom-user-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errea%2FRandom-user-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errea%2FRandom-user-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/errea","download_url":"https://codeload.github.com/errea/Random-user-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234085751,"owners_count":18777449,"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":["vue-api","vue-cli","vue-components","vue-router","vuejs"],"created_at":"2025-01-15T18:51:43.740Z","updated_at":"2025-09-24T13:31:35.950Z","avatar_url":"https://github.com/errea.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# User Generator - Vue Project\n\n\u003e The \"User Generator\" is a simple Vue project to generate random users from an API\n\n* Generate randon User.\n* Add user functionality to generate.\n* Remove user functionality.\n  \nThe Random User Generator is a simple Vue project to generate website: [Find project specifications here](https://github.com/errea/Random-user-generator)\n\n\u003cdiv align=\"center\"\u003e\n\n[![View Code](https://img.shields.io/badge/View%20-Code-green)](https://github.com/errea/Random-user-generator)\n[![Github Issues](https://img.shields.io/badge/Github%20-Issues-red)](https://github.com/errea/Random-user-generator/issues)\n[![GitHub Pull Requests](https://img.shields.io/badge/GitHub-Pull%20Requests-blue)](https://github.com/errea/Random-user-generator/pulls?q=is%3Apr+is%3Aclosed)\n\n\u003c/div\u003e\n\n## 📝 Contents\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"#with\"\u003eBuilt with\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ca href=\"#gs\"\u003eGetting started\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ca href=\"#author\"\u003eAuthor\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e# [Description]\n\n\u003eBy building this application, I will learn how to use Vue, Vue Redux Vue CLI.\n\n## 🔧 Built with\u003ca name = \"with\"\u003e\u003c/a\u003e\n\n- VUE\n- Vuex\n- Html/Tailwind CSS\n- Vue Routes\n- React-dom\n- NPM\n- Virtual DOM\n- [Webpack config](hhttps://webpack.js.org/guides/getting-started/)\n- ES6 Modules \n- [Gitflow](https://github.com/microverseinc/curriculum-transversal-skills/blob/main/git-github/articles/gitflow.md)\n- Use [Vue Installation](https://v3.vuejs.org/guide/installation.html).\n\n  \n\n![screenshot](./src/img/screen-shot.png)\n\n## [LIVE PREVIEW]()\n## Getting Started \u003ca name = \"gs\"\u003e\u003c/a\u003e\n\u003e To get a local copy up and running follow these simple example steps.\n\n\u003cdetails\u003e\n  \u003csummary\u003eGet instructions\u003c/summary\u003e\n\n```\n$ cd \u003cfolder\u003e\n```\n```\n$ Note to install VUE CLI globally\nyarn global add @vue/cli\n# OR\nnpm install -g @vue/cli\n```\n\n~~~bash\n$ git clone https://github.com/errea/Random-user-generator.git\n$ cd into project folder \n~~~\n\n~~~bash\nUsing Vue 3\nWith npm:\n\n# npm 6.x\n$ npm init vite@latest \u003cproject-name\u003e --template vue\n\n# npm 7+, extra double-dash is needed:\n$ npm init vite@latest \u003cproject-name\u003e -- --template vue\n\n$ cd \u003cproject-name\u003e\n$ npm install\n$ npm run dev\nOr with Yarn:\n\n$ yarn create vite \u003cproject-name\u003e --template vue\n$ cd \u003cproject-name\u003e\n$ yarn\n$ yarn dev\n~~~\n\nRun `yarn dev`  opens on `http://localhost:8080/` in your browser.\n\n## Set up\n* Open your terminal and locate the folder you want to clone the repository and follow the steps above to install\n\n\u003c/details\u003e\n\n## Project Structure\n\n    Book-Store-Redux Project\n    └── node_modules\n    └── .github\\workflows\n        └── linters.yml\n    /src\n    |---/components\n    |---/redux\n        |--- /books\n                | books.js\n        |--- /categories\n                | categories.js\n        | cofigureStore.js\n    | index.js\n    └── .eslintrc.json\n    └── .gitignore\n    └── .hintrc\n    └──.stylelintrc.json\n    └── MIT.md\n    └── package-lock.json\n    └── package.json\n    └──README.md\n\n## ✒️  Authors \u003ca name = \"author\"\u003e\u003c/a\u003e\n\n👤 **Eri**\n\n- Github: [@errea](https://github.com/errea)\n- Twitter: [@Erreakay](https://github.com/errea)\n- Linkedin: [Eri Okereafor](https://www.linkedin.com/in/eri-ngozi-okereafor/)\n  \n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/errea/React-Redux-BookStoreApp-Redo/issues)\n## 👍 Show your support\n\n- Microverse: [@microverse](https://www.microverse.org/)\n\n## Acknowledgments\n\n- Side project/Self development \n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrea%2Frandom-user-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrea%2Frandom-user-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrea%2Frandom-user-generator/lists"}