{"id":19223980,"url":"https://github.com/skycooper/tasktrackerreact","last_synced_at":"2025-02-23T10:15:08.702Z","repository":{"id":178953808,"uuid":"550132507","full_name":"SkyCooper/TaskTrackerReact","owner":"SkyCooper","description":"Project aims to create a Task Tracker App using React.","archived":false,"fork":false,"pushed_at":"2022-10-20T05:28:37.000Z","size":1663,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T21:18:00.305Z","etag":null,"topics":["react","reactjs","task-tracker"],"latest_commit_sha":null,"homepage":"https://cooper-tasktracker.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/SkyCooper.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-12T08:56:14.000Z","updated_at":"2022-11-13T01:25:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"832b4cd1-fab9-4f00-a9d5-6bc83f5f366c","html_url":"https://github.com/SkyCooper/TaskTrackerReact","commit_stats":null,"previous_names":["skycooper/tasktrackerreact"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyCooper%2FTaskTrackerReact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyCooper%2FTaskTrackerReact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyCooper%2FTaskTrackerReact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyCooper%2FTaskTrackerReact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkyCooper","download_url":"https://codeload.github.com/SkyCooper/TaskTrackerReact/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240298487,"owners_count":19779283,"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":["react","reactjs","task-tracker"],"created_at":"2024-11-09T15:10:08.753Z","updated_at":"2025-02-23T10:15:08.692Z","avatar_url":"https://github.com/SkyCooper.png","language":"JavaScript","readme":"# Project : Task Tracker\n\n## Check The Live Website ➡️ [Live Website](https://cooper-tasktracker.netlify.app/)\n\n## Visualization of the Website\n\n![Form](./task-tracker.gif)\n\n## Description\n\nProject aims to create a Task Tracker App using React.\n\n## Learning Outcomes\n\nAt the end of the project, you 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## 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```\nTask Tracker Project(folder)\n|\n|----README.md\n├── public\n│     └── index.html\n├── src\n│    ├── components\n│    │       ├── Header.js\n│    │       │     └── Button.js\n│    │       │   \n│    │       ├── AddTask.js\n│    │       │   \n│    │       │   \n│    │       └── Tasks.js\n│    │             └── Task.js\n│    │            \n│    ├── App.js\n│    ├── App.css\n│    ├── index.js\n│    └── index.css\n├── package.json\n└── yarn.lock\n```\n\n### Overview\n\nI mastered HTML \u0026 CSS \u0026 JS \u0026 ReactJS features in this project.\nYou can see the visual representation of the website above.\n\n## Notes\n\n- Step 1: Create React App using `npx create-react-app task-tracker`\n\n- Step 2 : Install `\"react-icons\"` package to your `package.json` for icons.\n\n- Step 3: Build Task Tracker App.\n\n- Step 4: You can use CSS frameworks like Bootstrap, Semantic UI.\n\n- Step 5: Push your application into your own public repo on Github\n\n- Step 6: Add project gif to your project and README.md file.\n\n## Resources\n\n- 🔥 You can use [`data.js`](./src/helper/data.js) for your own work.\n\n# \u003ccenter\u003e ⌛ Happy Coding ✍ \u003c/center\u003e\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 your browser.\n\nThe page will reload when you make changes.\\\nYou may 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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskycooper%2Ftasktrackerreact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskycooper%2Ftasktrackerreact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskycooper%2Ftasktrackerreact/lists"}