{"id":20609978,"url":"https://github.com/meekb/un_bored","last_synced_at":"2026-06-05T19:31:01.927Z","repository":{"id":47908844,"uuid":"392738435","full_name":"Meekb/Un_Bored","owner":"Meekb","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-11T23:20:27.000Z","size":3165,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T17:50:06.373Z","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/Meekb.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-08-04T15:25:49.000Z","updated_at":"2021-08-11T23:20:29.000Z","dependencies_parsed_at":"2022-08-29T16:41:06.471Z","dependency_job_id":null,"html_url":"https://github.com/Meekb/Un_Bored","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Meekb/Un_Bored","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FUn_Bored","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FUn_Bored/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FUn_Bored/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FUn_Bored/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meekb","download_url":"https://codeload.github.com/Meekb/Un_Bored/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meekb%2FUn_Bored/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33957496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"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-11-16T10:14:56.187Z","updated_at":"2026-06-05T19:31:01.901Z","avatar_url":"https://github.com/Meekb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GET Un-Bored \n## Activity Generator for Indecisive Humans\n### Front-End Project by: [Beth Meeker](https://github.com/Meekb)\n\n## Overview\n  Have you ever been so bored that you don't know what to do? GET Un-Bored is an activity generator designed for indecisive humans. Using data from [Bored API](https://www.boredapi.com/documentation#endpoints-accessibility), users recieve a randomly generated activity card each time they click the DO A THING button. A drop down menu allows the choice of nine categories from which to get an activity, or simply leave category unselected to receive a suggestion from a random category. Users can save the activity suggestions they like. The Saved view will allow users to Complete or Delete a saved activity. Once an activity is completed, the card is moved to the user Showcase along with a timestamp of completion. If you're feeling bored, Do A Thing and GET Un-Bored!\n  \n  \n## Instructions\n* Clone down this repository git clone (git@github.com:Meekb/Un_Bored.git) \n* CD into your local clone cd un-bored \n* Install project dependencies npm install \n* Run npm start \n* Open (http://localhost:3000/) in your preferred browser\n\n  \n## Construction\n  * Built with React\n  * Uses strictly Functional Components with React Hooks\n  * Uses State to save/delete user activities\n  * React Router gives users an authentic navigation experience\n  * Fetches data from Bored API\n  * Minimal styling with plaster wall backdrop for a truly boring display\n  * Completed activities are displayed with colorful animated border\n  * Categories: Education, Recreation, Social, DIY, Charity, Cooking, Relaxation, Music, Busywork\n  * Error component for faulty url\n\nFrom Un-Bored Home, users can generate a random activity by clicking the 'Do A Thing' button:\n![unbored Home](https://user-images.githubusercontent.com/76264735/128799600-b220a7ee-1aa1-4eea-9f3d-210fbd25b7cf.gif)\n\nSuggested activities can be saved:\n![unbored Save](https://user-images.githubusercontent.com/76264735/128798832-7dff06cf-3a07-4cfe-bdbc-af05b6caefb9.gif)\n\nIn Saved view, users can delete saved activities:\n![unbored Delete](https://user-images.githubusercontent.com/76264735/128799132-4b2849f4-d5fd-412d-8b2a-9f4da0b99bca.gif)\n\nUsers can Complete activities which will be timestamped and moved into the Showcase:\n![completeunbored](https://user-images.githubusercontent.com/76264735/128799851-7cfd4b51-a29f-4f0b-ba3c-86fdaec3213c.gif)\n\n\n## Future Improvements\n  * Each completed activity will be clickable, allowing user to add images and comments\n  * Activity cards will include links to information about the activity\n\n## Tech Stack\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eJavaScript ES6\u003c/td\u003e\n    \u003ctd\u003eCSS\u003c/td\u003e\n    \u003ctd\u003eReact\u003c/td\u003e\n    \u003ctd\u003eReact Router\u003c/td\u003e\n    \u003ctd\u003eCypress\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg width=\"55\" src=\"https://raw.githubusercontent.com/gilbarbara/logos/master/logos/javascript.svg\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg width=\"55\" src=\"https://raw.githubusercontent.com/gilbarbara/logos/master/logos/css-3.svg\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg width=\"55\" src=\"https://raw.githubusercontent.com/gilbarbara/logos/master/logos/react.svg\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg width=\"55\" src=\"https://raw.githubusercontent.com/gilbarbara/logos/master/logos/react-router.svg\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg width=\"55\" src=\"https://raw.githubusercontent.com/gilbarbara/logos/master/logos/cypress.svg\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n## Contributors\n\n\u003ctable\u003e\n     \u003ctr\u003e\n        \u003ctd\u003e Beth Meeker \u003ca href=\"https://github.com/meekb\"\u003eGitHub\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003c/tr\u003e\n\u003ctd\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/76264735?v=4\" alt=\"Beth Meeker avatar\"\nwidth=\"150\" height=\"auto\" /\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n  \n  Project Managers:  \n  [Kayla Gordon](https://github.com/kaylaewood) \u0026\n  [Scott Ertmer](https://github.com/sertmer)\n\n  [Turing School of Software \u0026 Design](https://frontend.turing.edu/projects/overlook.html)\n\n## Resources\n  1. [MDN](https://developer.mozilla.org/en-US/)\n  2. [CSS-tricks](https://css-tricks.com/)\n  3. [gifcap](https://gifcap.dev/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeekb%2Fun_bored","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeekb%2Fun_bored","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeekb%2Fun_bored/lists"}