{"id":15111771,"url":"https://github.com/bunyamin54/react-router-task","last_synced_at":"2026-01-31T18:31:35.630Z","repository":{"id":185048336,"uuid":"672912091","full_name":"Bunyamin54/React-Router-task","owner":"Bunyamin54","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-31T13:03:11.000Z","size":6155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T17:46:25.662Z","etag":null,"topics":["javascript","react-router","sass-library"],"latest_commit_sha":null,"homepage":"https://react-router-sass-project-bgenc.vercel.app/","language":"SCSS","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/Bunyamin54.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-07-31T12:54:16.000Z","updated_at":"2023-07-31T13:08:50.000Z","dependencies_parsed_at":"2023-08-01T02:19:07.828Z","dependency_job_id":null,"html_url":"https://github.com/Bunyamin54/React-Router-task","commit_stats":null,"previous_names":["bunyamin54/react-router-task"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bunyamin54/React-Router-task","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunyamin54%2FReact-Router-task","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunyamin54%2FReact-Router-task/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunyamin54%2FReact-Router-task/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunyamin54%2FReact-Router-task/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bunyamin54","download_url":"https://codeload.github.com/Bunyamin54/React-Router-task/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunyamin54%2FReact-Router-task/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260114604,"owners_count":22960940,"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":["javascript","react-router","sass-library"],"created_at":"2024-09-26T00:23:19.602Z","updated_at":"2026-01-31T18:31:35.597Z","avatar_url":"https://github.com/Bunyamin54.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003eClarusway\u003cimg align=\"right\"\n  src=\"https://secure.meetupstatic.com/photos/event/3/1/b/9/600_488352729.jpeg\"  width=\"15px\"\u003e\u003c/p\u003e\n\n# Sass Portfolio with React Router\n\n## Description\n\nProject aims to create a Sass Portfolio with Router.\n\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```\n009 - Sass Portfolio with React Router (folder)\n|\n|----readme.md         # Given to the students (Definition of the project)\nSOLUTION\n├── public\n│     └── index.html\n├── src\n│   ├── App.js\n│   ├── App.scss\n│   ├── assets\n│   │   └── img\n│   ├── components\n│   │   ├── Error\n│   │   │   ├── NotFound.css\n│   │   │   └── NotFound.jsx\n│   │   ├── Footer\n│   │   │   ├── Footer.jsx\n│   │   │   └── Footer.scss\n│   │   ├── Navbar\n│   │   │   ├── Navbar.jsx\n│   │   │   └── Navbar.scss\n│   │   └── ProjectCards.jsx\n│   ├── helper\n│   │   └── imageData.js\n│   ├── index.css\n│   ├── index.js\n│   ├── pages\n│   │   ├── about\n│   │   │   ├── About.jsx\n│   │   │   └── About.scss\n│   │   ├── contact\n│   │   │   ├── Contact.jsx\n│   │   │   └── Contact.scss\n│   │   ├── home\n│   │   │   ├── Home.jsx\n│   │   │   └── Home.scss\n│   │   └── projects\n│   │       ├── Projects.jsx\n│   │       └── Projects.scss\n│   ├── router\n│   │   └── router.js\n│   └── scss\n│       ├── _mixins.scss\n│       ├── _reset.scss\n│       └── _variables.scss\n├── package.json\n└── yarn.lock\n```\n\n## Expected Outcome\n\n![Sass Portfolio with React Router](sass.gif)\n\n## Objective\n\nBuild a Sass Portfolio with using ReactJS, react-router and sass.\n\n### At the end of the project, following topics are to be covered;\n\n- HTML\n\n- CSS\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 \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 sass-portfolio-router`.\n\n- Step 2: Build Sass Portfolio with using ReactJS, react-router and sass..\n\n- Step 3: Push your application into your own public repo on Github.\n\n- Step 4: Add project gif to your project and README.md file.\n\n## Notes\n\n- You can add additional functionalities and design to your app.\n\n## Demo\n\n\u003ca href=\"https://react-router-sass-project.vercel.app/\"\u003eSass Portfolio with React Router\u003c/a\u003e\n\n**\u003cp align=\"center\"\u003e\u0026#9786; Happy Coding \u0026#9997;\u003c/p\u003e**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunyamin54%2Freact-router-task","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunyamin54%2Freact-router-task","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunyamin54%2Freact-router-task/lists"}