{"id":24822209,"url":"https://github.com/Devang-sharma609/React","last_synced_at":"2025-10-13T20:31:19.516Z","repository":{"id":274826227,"uuid":"924191656","full_name":"Devang-sharma609/React-demo","owner":"Devang-sharma609","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-29T16:28:46.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T16:33:40.682Z","etag":null,"topics":["bootstrap","css","framer-motion","html","javascript","react","tailwind","typescript"],"latest_commit_sha":null,"homepage":"https://devang0609.vercel.app","language":"TypeScript","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/Devang-sharma609.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":"2025-01-29T15:23:42.000Z","updated_at":"2025-01-29T16:29:48.000Z","dependencies_parsed_at":"2025-01-29T16:43:46.842Z","dependency_job_id":null,"html_url":"https://github.com/Devang-sharma609/React-demo","commit_stats":null,"previous_names":["devang-sharma609/react-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devang-sharma609%2FReact-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devang-sharma609%2FReact-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devang-sharma609%2FReact-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devang-sharma609%2FReact-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devang-sharma609","download_url":"https://codeload.github.com/Devang-sharma609/React-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236399062,"owners_count":19142680,"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":["bootstrap","css","framer-motion","html","javascript","react","tailwind","typescript"],"created_at":"2025-01-30T18:27:01.108Z","updated_at":"2025-10-13T20:31:19.511Z","avatar_url":"https://github.com/Devang-sharma609.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://res.cloudinary.com/dikkjtvur/image/upload/v1738395040/Home_1_kvlv7y.png\" align=\"center\" width=\"30%\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003ch1 align=\"center\"\u003eREACT-DEMO\u003c/h1\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\t\u003c!-- Shields.io badges disabled, using skill icons. --\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003eBuilt with the tools and technologies:\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://skillicons.dev\"\u003e\n\t\t\u003cimg src=\"https://skillicons.dev/icons?i=css,html,react,vite,vscode,tailwind,vercel,ts,powershell,npm,bootstrap,js\"\u003e\n\t\u003c/a\u003e\u003c/p\u003e\n\u003cbr\u003e\n\n##  Quick Links\n\n- Overview\n- Project Structure\n- Getting Started\n  - Prerequisites\n  - Installation\n  - Usage\n  - Testing\n- Project Roadmap\n- Contributing\n- License\n- Acknowledgments\n\n\n##  Overview\n\nI created this website as my first React Demo Project\n\n\n##  Project Structure\n\n```sh\n└── React-demo/\n    ├── Iconjs.svg\n    ├── components.json\n    ├── index.html\n    ├── package-lock.json\n    ├── package.json\n    ├── postcss.config.js\n    ├── react.svg\n    ├── src\n    │   ├── App.tsx\n    │   ├── components\n    │   ├── index.css\n    │   ├── lib\n    │   ├── main.tsx\n    │   ├── styles.css\n    │   └── vite-env.d.ts\n    ├── tailwind.config.js\n    ├── tsconfig.app.json\n    ├── tsconfig.json\n    ├── tsconfig.node.json\n    └── vite.config.ts\n```\n\n##  Getting Started\n\n###  Prerequisites\n\nBefore getting started with React-demo, ensure your runtime environment meets the following requirements:\n\n- **Programming Language:** TypeScript\n- **Package Manager:** npm\n\n\n###  Installation\n\nInstall React-demo using one of the following methods:\n\n**Build from source:**\n\n1. Clone the React-demo repository:\n```sh\ngit clone https://github.com/Devang-sharma609/React-demo\n```\n\n2. Navigate to the project directory:\n```sh\ncd React-demo\n```\n\n3. Install the project dependencies:\n\n\n**Using** \u0026nbsp; [\u003cimg align=\"center\" src=\"https://img.shields.io/badge/npm-CB3837.svg?style={badge_style}\u0026logo=npm\u0026logoColor=white\" /\u003e](https://www.npmjs.com/)\n\n```sh\nnpm install\n```\n\n\n\n\n###  Usage\nRun React-demo using the following command:\n**Using** \u0026nbsp; [\u003cimg align=\"center\" src=\"https://img.shields.io/badge/npm-CB3837.svg?style={badge_style}\u0026logo=npm\u0026logoColor=white\" /\u003e](https://www.npmjs.com/)\n\n```sh\nnpm run dev\n```\n##  Contributing\n\n- **🐛 [Report Issues](https://github.com/Devang-sharma609/React-demo/issues)**: Submit bugs found or log feature requests for the `React-demo` project.\n- **💡 [Submit Pull Requests](https://github.com/Devang-sharma609/React-demo/blob/main/CONTRIBUTING.md)**: Review open PRs, and submit your own PRs.\n\n\u003cdetails closed\u003e\n\u003csummary\u003eContributing Guidelines\u003c/summary\u003e\n\n1. **Fork the Repository**: Start by forking the project repository to your github account.\n2. **Clone Locally**: Clone the forked repository to your local machine using a git client.\n   ```sh\n   git clone https://github.com/Devang-sharma609/React-demo\n   ```\n3. **Create a New Branch**: Always work on a new branch, giving it a descriptive name.\n   ```sh\n   git checkout -b new-feature-x\n   ```\n4. **Make Your Changes**: Develop and test your changes locally.\n5. **Commit Your Changes**: Commit with a clear message describing your updates.\n   ```sh\n   git commit -m 'Implemented new feature x.'\n   ```\n6. **Push to github**: Push the changes to your forked repository.\n   ```sh\n   git push origin new-feature-x\n   ```\n7. **Submit a Pull Request**: Create a PR against the original project repository. Clearly describe the changes and their motivations.\n8. **Review**: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!\n\u003c/details\u003e\n\n\u003cdetails closed\u003e\n\u003csummary\u003eContributor Graph\u003c/summary\u003e\n\u003cbr\u003e\n\u003cp align=\"left\"\u003e\n   \u003ca href=\"https://github.com{/Devang-sharma609/React-demo/}graphs/contributors\"\u003e\n      \u003cimg src=\"https://contrib.rocks/image?repo=Devang-sharma609/React-demo\"\u003e\n   \u003c/a\u003e\n\u003c/p\u003e\n\u003c/details\u003e\n\n##  License\n\nThis project is protected under the Apache License. For more details, refer to the [LICENSE](https://choosealicense.com/licenses/apache-2.0/) file.\n\n##  Acknowledgments\n\nAll thanks to my batchmates who sufficed me with creative material for my inspiration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevang-sharma609%2FReact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDevang-sharma609%2FReact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevang-sharma609%2FReact/lists"}