{"id":20490647,"url":"https://github.com/mehmet-github06/react-horoscope-solution","last_synced_at":"2026-05-03T01:36:55.142Z","repository":{"id":210709177,"uuid":"727231115","full_name":"Mehmet-github06/react-horoscope-solution","owner":"Mehmet-github06","description":"The project aims to create a horoscope application.","archived":false,"fork":false,"pushed_at":"2023-12-04T14:43:31.000Z","size":13915,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T18:54:12.338Z","etag":null,"topics":["html-css-javascript","mock-data","react","sass"],"latest_commit_sha":null,"homepage":"https://horoscope-solution-app.netlify.app/","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/Mehmet-github06.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}},"created_at":"2023-12-04T13:01:32.000Z","updated_at":"2023-12-04T14:46:43.000Z","dependencies_parsed_at":"2023-12-04T15:37:13.011Z","dependency_job_id":null,"html_url":"https://github.com/Mehmet-github06/react-horoscope-solution","commit_stats":null,"previous_names":["mehmet-github06/react-horoscope-solution"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mehmet-github06/react-horoscope-solution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehmet-github06%2Freact-horoscope-solution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehmet-github06%2Freact-horoscope-solution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehmet-github06%2Freact-horoscope-solution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehmet-github06%2Freact-horoscope-solution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mehmet-github06","download_url":"https://codeload.github.com/Mehmet-github06/react-horoscope-solution/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehmet-github06%2Freact-horoscope-solution/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32555839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T00:31:16.350Z","status":"ssl_error","status_checked_at":"2026-05-03T00:31:15.546Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["html-css-javascript","mock-data","react","sass"],"created_at":"2024-11-15T17:17:48.927Z","updated_at":"2026-05-03T01:36:55.119Z","avatar_url":"https://github.com/Mehmet-github06.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" id=\"readme-top\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"./public/logo.png\" alt=\"Logo\" width=\"150\" height=\"150\"\u003e\n  \u003c/a\u003e\n\n\n\n\n# Project: Horoscope App \n\n## Description\n\nThe project aims to create a horoscope application. Whichever zodiac sign you are, you can read their features by looking at the cards we created with React.\n## Problem Statement\n\n- We are adding a new project to our portfolios. So you and your colleagues have started to work on the project.\n\n## Project Skeleton\n\n```\n001-Horoscope App(folder)\n|\n|----readme.md         # Given to the students (Definition of the project)\nSOLUTION\n├── public\n│     └── index.html\n├── src\n│    ├── components\n│    │       ├── main\n│    │       │     ├── Main.js\n│    │       │     ├── Card.js\n│    │       │     └── Main.scss\n│    │       ├── header\n│    │       │     ├── Header.scss\n│    │       │     └── Header.js\n│    │       └── navbar\n│    │             ├── Navbar.scss\n│    │             └── Navbar.js\n│    ├── helper\n│    │       └── data.js\n│    ├── App.js\n│    ├── App.scss\n│    └── index.js\n│\n├── package.json\n└── yarn.lock\n```\n## Expected Outcome\n\n![lesson-reminder](./public/Animation.gif)\n\n## Expected Outcome\n\nhttps://horoscope-solution-app.netlify.app/\n\n## Objective\n\nBuild a Horoscope App using ReactJS.\n\n### At the end of the project, following topics are to be covered;\n\n- HTML\n\n- CSS-SCSS\n\n- JS\n\n- ReactJS\n\n### At the end of the project, students will be able to;\n\n- improve coding skills within HTML \u0026 CSS-SCSS \u0026 JS \u0026 ReactJS.\n\n- use git commands (push, pull, commit, add etc.) and Github as Version Control System.\n\n## Steps to Solution\n\n- Step 1: Create React App using `npx create-react-app horoscope`\n\n- Step 2: Build horoscope app using [`data.js`](./data.js).\n\n- Step 4: Push your application into your own public repo on Github\n\n- Step 5: Add project gif to your project and README.md file.\n\n## Notes\n\n- You can add additional functionalities to your app.\n\n**\u003cp align=\"center\"\u003e\u0026#9786; Happy Coding \u0026#9997;\u003c/p\u003e**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehmet-github06%2Freact-horoscope-solution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehmet-github06%2Freact-horoscope-solution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehmet-github06%2Freact-horoscope-solution/lists"}