{"id":15031330,"url":"https://github.com/francescoxx/rustcrab","last_synced_at":"2025-05-15T14:05:44.958Z","repository":{"id":247886933,"uuid":"826829976","full_name":"FrancescoXX/rustcrab","owner":"FrancescoXX","description":"An Open Source project with everything you need to learn about Rust.","archived":false,"fork":false,"pushed_at":"2024-12-18T08:29:09.000Z","size":4040,"stargazers_count":442,"open_issues_count":22,"forks_count":90,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-11T22:29:04.428Z","etag":null,"topics":["ai","backend","devtools","frontend","hacktoberfest","nextjs","opensource","react","rust","rust-lang","rustlang","tailwindcss","typescript","webdevelopment"],"latest_commit_sha":null,"homepage":"https://rustcrab.com","language":"TypeScript","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/FrancescoXX.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Francescoxx","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2024-07-10T13:11:15.000Z","updated_at":"2025-05-09T14:30:54.000Z","dependencies_parsed_at":"2025-01-05T06:02:07.328Z","dependency_job_id":null,"html_url":"https://github.com/FrancescoXX/rustcrab","commit_stats":null,"previous_names":["francescoxx/rustcrab"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoXX%2Frustcrab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoXX%2Frustcrab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoXX%2Frustcrab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoXX%2Frustcrab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrancescoXX","download_url":"https://codeload.github.com/FrancescoXX/rustcrab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355334,"owners_count":22057354,"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":["ai","backend","devtools","frontend","hacktoberfest","nextjs","opensource","react","rust","rust-lang","rustlang","tailwindcss","typescript","webdevelopment"],"created_at":"2024-09-24T20:15:26.996Z","updated_at":"2025-05-15T14:05:39.949Z","avatar_url":"https://github.com/FrancescoXX.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Francescoxx"],"categories":[],"sub_categories":[],"readme":"# Rustcrab\n![rust_background_720](https://github.com/FrancescoXX/rustcrab/assets/18360871/d4a783ef-e4a4-4192-a7a0-fc05df133425)\n\nAn Open Source project with everything you need to learn about Rust.\n\n## Project Overview\n\nThis project is a Next.js application with Tailwind CSS and TypeScript. \n\nIt includes a real-time display of the number of stars on the GitHub repository and supports light and dark mode toggling. \n\nThe application also integrates with daily.dev for additional developer resources.\n\n### Project Stack\n- Next.js\n- Tailwind CSS\n- TypeScript\n\n## Features\n\n- **Real-time GitHub Stars**: Displays the current number of stars for the repository.\n- **Light/Dark Mode**: Toggle between light and dark themes.\n- **Responsive Design**: Optimized for various screen sizes using Tailwind CSS.\n- **Developer Resources**: Includes links to daily.dev and GitHub repository.\n- **Social Media Integration**: Links to Twitter, LinkedIn, YouTube, Discord, and Instagram.\n- **Google analytics integration**: Links to Google Analytics to monitor real-time analytics \n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (version 14.x or later)\n- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/FrancescoXX/rustcrab.git\n   cd rustcrab\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n   or\n\n   ```bash\n   yarn\n   ```\n\n### Running the development server\n\n```bash\nnpm run dev\n```\n\nor\n\n```bash\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser to view the application.\n\n### Building for production\n\nTo create an optimized production build, run:\n\n```bash\nnpm run build\n```\n\nor\n\n```bash\nyarn build\n```\n\nThis will generate a out directory containing the optimized build.\n\n### Deployment\n\nYou can deploy this Next.js application to various platforms such as Vercel, Netlify, or any other hosting provider supporting static site hosting.\n\n\n### Contributing\nContributions are welcome! Please follow these guidelines to ensure a smooth and efficient process:\n\n1. **Finding and Creating Issues:**\n   - Browse the existing [Issues](https://github.com/FrancescoXX/rustcrab/issues) to see if there is something you would like to work on.\n   - If you find an issue that is not already assigned, you can assign it to yourself.\n   - If you don't find an issue that matches your interests, feel free to create a new issue detailing the problem or improvement.\n\n2. **Assigning Issues:**\n   - Before starting work on an issue, check if it is already assigned to someone else.\n   - Do not work on issues that are already assigned to another contributor. Your pull request (PR) will not be accepted if the issue is already assigned.\n   - Assign the issue to yourself to indicate that you are working on it.\n\n3. **Submitting Pull Requests:**\n   - Ensure that your PR is linked to an assigned issue. PRs without an associated and assigned issue will not be accepted.\n   - Follow the project's coding standards and guidelines.\n   - Include a clear and concise description of the changes you have made in your PR.\n\n4. **Code Review and Feedback:**\n   - Be open to feedback and be prepared to make changes to your PR based on the review comments.\n   - Engage in discussions on the PR to clarify any questions or concerns.\n\n5. **Testing and Documentation:**\n   - Ensure that your changes are well-tested and do not break existing functionality.\n   - Update the documentation if your changes affect any part of it.\n\nBy following these guidelines, you help maintain a collaborative and efficient workflow. Thank you for contributing!\n\n## Code of Conduct\n\nPlease note that RustCrab is governed by a [Code of Conduct](CODE_OF_CONDUCT.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancescoxx%2Frustcrab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrancescoxx%2Frustcrab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancescoxx%2Frustcrab/lists"}