starter.dev-github-showcases
starter.dev-github-showcases copied to clipboard
A collection of GitHub clone implementations.
starter.dev GitHub Showcases
Welcome to starter.dev GitHub Showcases! Here you can see some of the projects that we've built using a variety of technologies to demonstrate architectural patterns and best practices using these tools.
See some of the projects we've built:
| Project | Technologies | Deployment |
|---|---|---|
| angular-apollo-tailwind | Angular v13, Apollo, Tailwind CSS | https://angular-apollo-tailwind.starter.dev |
| next-react-query-tailwind | NextJS, React Query, Tailwind CSS | https://next-react-query-tailwind.starter.dev |
| cra-rxjs-styled-components | React, RxJS, styled-components | https://cra-rxjs-styled-components.starter.dev |
| angular-ngrx-scss | Angular, NgRx, SCSS | https://angular-ngrx-scss.starter.dev |
| vue3-apollo-quasar | Vue 3, Apollo, Quasar | https://vue3-apollo-quasar.starter.dev |
| qwik-graphql-tailwind | Qwik, GraphQL, Tailwind CSS | https://qwik-graphql-tailwind.starter.dev |
| solidjs-tailwind | Solidjs, Tailwind CSS | https://solidjs-tailwind.starter.dev |
| nuxt-pinia-tailwind | Nuxt, Pinia, Tailwind CSS | https://nuxt-pinia-tailwind.starter.dev |
| svelte-kit-scss | Svelte, SCSS | https://svelte-kit-scss.starter.dev |
| vite-apollo-vanilla | Vite, Apollo, Vanilla | https://vite-apollo-vanilla.starter.dev |
| solidstart-tanstackquery-tailwind-modules | SolidStart, TanStack Query, Tailwind CSS, CSS Modules | https://solidstart-tanstackquery-tailwind-modules.starter.dev |
Features, behaviors, styles, and GraphQL query reference
If you're working on a new showcase you should refer to next-react-query-tailwind as the point of reference. Each implementation should match each other closely when it comes to features, behavior, and styling. If you're unsure about something or notice any discrepancies, refer to next-react-query-tailwind as the source of truth. The specifics of the actual implementation will vary, especially since they are built with a variety of different technologies, but they should all look and behave the same.
REST API reference
If the showcase that you're working on is using the GitHub REST API, you should refer to the angular-ngrx-scss showcase as a reference for fetching the data required to implement each feature.
Contributing
Pull Requests (PR) with new setups, bug fixes, or features are welcome! Please see the contributing guidelines before submitting a PR.
If you have an idea for a new feature or a question regarding the app, please open an issue first so it can be discussed and vetted before contributing.