{"id":15458920,"url":"https://github.com/iank-code/advice-generator-app","last_synced_at":"2026-04-11T17:44:45.975Z","repository":{"id":207389600,"uuid":"719131228","full_name":"Iank-code/advice-generator-app","owner":"Iank-code","description":"This is a simple web app that generates a random advice message when the dice button is clicked.","archived":false,"fork":false,"pushed_at":"2023-11-17T12:00:13.000Z","size":153,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-18T19:28:20.850Z","etag":null,"topics":["api","css3","html5","javascript","reactjs"],"latest_commit_sha":null,"homepage":"https://advice-generator-app-olive.vercel.app","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Iank-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-11-15T14:18:50.000Z","updated_at":"2023-11-18T22:25:19.000Z","dependencies_parsed_at":"2024-12-07T18:06:11.350Z","dependency_job_id":"e53bb31c-550e-4ea2-bd17-a8478f0939bf","html_url":"https://github.com/Iank-code/advice-generator-app","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"e9d9bb8e677a05923067ae64392ec7360d09900f"},"previous_names":["iank-code/advice-generator-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iank-code%2Fadvice-generator-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iank-code%2Fadvice-generator-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iank-code%2Fadvice-generator-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iank-code%2Fadvice-generator-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iank-code","download_url":"https://codeload.github.com/Iank-code/advice-generator-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246009645,"owners_count":20708996,"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":["api","css3","html5","javascript","reactjs"],"created_at":"2024-10-01T23:03:25.719Z","updated_at":"2026-04-11T17:44:40.929Z","avatar_url":"https://github.com/Iank-code.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eRandom Advice Generator\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003ch3\u003eThis is a web application that generates random advice when the dice button is clicked\u003c/h3\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt With\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\n[![Product Name Screen Shot][product-screenshot]](https://example.com)\n\n### Built With\n\nThis project is built with React js and Typescript\n\n- ![Typescript][Typescript]\n- [![React][React.js]][React-url]\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Installation\n\nTo set up your project, you will need to clone the project and install the dependencies. Below is a list of the available commands\n\n1. Clone the repo\n   ```sh\n   git clone git@github.com:Iank-code/advice-generator-app.git\n   cd advice-generator-app\n   ```\n   \n2. Install NPM packages\n   ```sh\n   npm install\n   ```\n\n3. Creat .env.local file and add the environment variable\n   ```sh\n   touch .env.local\n   VITE_ADVICE_API=https://api.adviceslip.com/\n   ```\n\n4. Start React server\n   ```\n   npm run dev\n   ```\n\n\u003c!-- USAGE EXAMPLES --\u003e\n\n## Usage\n\nTo generate a random advice, click the dice button and it will immediately generate a random advice\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the GNU GENERAL PUBLIC LICENSE. See `LICENSE` for more information.\n\n[product-screenshot]: ./src/assets/desktop.png\n[Typescript]: https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\n[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB\n[React-url]: https://reactjs.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiank-code%2Fadvice-generator-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiank-code%2Fadvice-generator-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiank-code%2Fadvice-generator-app/lists"}