Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thisdot/starter.dev-github-showcases

A collection of GitHub clone implementations.
https://github.com/thisdot/starter.dev-github-showcases

angular apollo-client github tailwindcss

Last synced: 2 months ago
JSON representation

A collection of GitHub clone implementations.

Awesome Lists containing this project

README

        

# 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-apollo-tailwind) | Angular v13, Apollo, Tailwind CSS | [https://angular-apollo-tailwind.starter.dev](https://angular-apollo-tailwind.starter.dev) |
| [next-react-query-tailwind](/next-react-query-tailwind) | NextJS, React Query, Tailwind CSS | [https://next-react-query-tailwind.starter.dev](https://next-react-query-tailwind.starter.dev) |
| [cra-rxjs-styled-components](/cra-rxjs-styled-components) | React, RxJS, styled-components | [https://cra-rxjs-styled-components.starter.dev](https://cra-rxjs-styled-components.starter.dev) |
| [angular-ngrx-scss](/angular-ngrx-scss) | Angular, NgRx, SCSS | [https://angular-ngrx-scss.starter.dev](https://angular-ngrx-scss.starter.dev) |
| [vue3-apollo-quasar](/vue3-apollo-quasar) | Vue 3, Apollo, Quasar | [https://vue3-apollo-quasar.starter.dev](https://vue3-apollo-quasar.starter.dev) |
| [qwik-graphql-tailwind](/qwik-graphql-tailwind) | Qwik, GraphQL, Tailwind CSS | [https://qwik-graphql-tailwind.starter.dev](https://qwik-graphql-tailwind.starter.dev) |
| [solidjs-tailwind](/solidjs-tailwind) | Solidjs, Tailwind CSS | [https://solidjs-tailwind.starter.dev](https://solidjs-tailwind.starter.dev) |
| [nuxt-pinia-tailwind](/nuxt-pinia-tailwind) | Nuxt, Pinia, Tailwind CSS | [https://nuxt-pinia-tailwind.starter.dev](https://nuxt-pinia-tailwind.starter.dev) |
| [svelte-kit-scss](/svelte-kit-scss) | Svelte, SCSS | [https://svelte-kit-scss.starter.dev](https://svelte-kit-scss.starter.dev) |
| [vite-apollo-vanilla](/vite-apollo-vanilla) | Vite, Apollo, Vanilla | [https://vite-apollo-vanilla.starter.dev](https://vite-apollo-vanilla.starter.dev) |
| [solidstart-tanstackquery-tailwind-modules](/solidstart-tanstackquery-tailwind-modules) | SolidStart, TanStack Query, Tailwind CSS, CSS Modules | [https://solidstart-tanstackquery-tailwind-modules.starter.dev](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](/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](./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](./CONTRIBUTING.md) 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.