{"id":16079215,"url":"https://github.com/developer3027/portfolio","last_synced_at":"2025-12-02T09:30:13.962Z","repository":{"id":48406184,"uuid":"211164928","full_name":"Developer3027/portfolio","owner":"Developer3027","description":"Another portfolio test","archived":false,"fork":false,"pushed_at":"2021-12-21T07:18:07.000Z","size":14481,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T03:43:18.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"portfolio-xi-opal.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Developer3027.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}},"created_at":"2019-09-26T19:19:02.000Z","updated_at":"2021-12-21T07:18:10.000Z","dependencies_parsed_at":"2022-09-14T16:00:28.158Z","dependency_job_id":null,"html_url":"https://github.com/Developer3027/portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer3027%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer3027%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer3027%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Developer3027%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Developer3027","download_url":"https://codeload.github.com/Developer3027/portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239650818,"owners_count":19674814,"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":[],"created_at":"2024-10-09T10:41:28.429Z","updated_at":"2025-12-02T09:30:13.900Z","avatar_url":"https://github.com/Developer3027.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Developer 3027 Portfolio\n\nI am once again making a change to a file while trying to push to github\n\nThis is the repo for my portfolio. The initial project is on the repo called A. Once that project was built I decided to work features and bug fixes in more of a agile ecosystem. This is to learn and show my knowledge about working in a team environment. My knowledge of SCRUM development and sprint cycles.\n\nFor project management I am using Click Up which is an all in one platform. I can create docs or link to resources. I have it set to work in a agile work flow with scrum. To review this please ask to be added at dev3027@mason-roberts.com.\n\nFor communication I am using Slack which includes a slack channel dedicated to this build. As cards are moved or commented on in Click Up, the Slack channel is updated.\n\nFor code I am using Github. This allows me to have feature branches and a production branch. My production branch for this project is the main branch.\n\nFor CI / CD I am using the above and Netlify. Netlify is using this repo and builds the main branch when a change is made. So as changes are merged of pushed to the main branch, Netlify will perform a build and present it.\n\n# Click Up\nClick Up has been integrated in this repo. Click Up is being used for project management. I am using a standard Agile, scrum work flow. This is worked in standard sprints of 2 weeks.\n\nTo change the status of a task on Click Up, include the task id when you commit your change. You can get the id from the card. Hover over the card, click the three dots in the lower right to bring up the menu. Click the hash tag icon in the header to copy the card id. Format like: cu-1234[status].\n\n# Project Tree Layout\nThis is a general idea, but the tree structure for this project is as follows. There may be some issues with the word module in this structure. I may change these names moving forward but the general concept will be held to.\n\nsrc - the source folder created by npx create app\u003cbr\u003e\nactions - folder for redux actions\u003cbr\u003e\nauth - folder dealing with auth\u003cbr\u003e\ndata - folder for data such as database\u003cbr\u003e\nhooks - folder for custom hooks\u003cbr\u003e\nreducers - reducers for redux\u003cbr\u003e\nrouting - any hook or utility built for routing\u003cbr\u003e\nutilis - utility or helper built\u003cbr\u003e\ncomponents - folder holds pages and parts of pages\u003cbr\u003e\nelements - for individual pieces parts\u003cbr\u003e\nmodules - base component assembled in part from elements\u003cbr\u003e\nconstants - parts of the page shown on all pages\u003cbr\u003e\nlayouts - can be considered a page layout\u003cbr\u003e\nforms - folder for any forms built\n\n\n* src\n  * actions\n  * auth\n  * data\n  * hooks\n  * reducers\n  * routing\n  * utilis\n  * components\n    * elements\n      * alert\n      * spinner\n      * button\n    * modules\n      * info_card\n      * show_card\n      * header (hero)\n    * constants\n      * navbar\n      * footer\n    * layouts\n      * main_page\n      * about_page\n      * projects_page\n    * forms\n      * contact\n      * login\n      * register\n\n## extension used\nI use a extension called better comments so you may see a funny syntax in the comments. With the extension these comments are highlighted in different ways.\n\n# Getting Started with Create React App\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `yarn start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `yarn test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `yarn eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `yarn build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper3027%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloper3027%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper3027%2Fportfolio/lists"}