Woodworker4303

Woodworker4303 Repositories

Check outstarter.dev-github-showcases on Github stars 0

starter.dev GitHub Showcases

Welcome to stater.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, TailwindCSS https://angular-apollo-tailwind.starter.dev
next-react-query-tailwind NextJS, React Query, Tailwind 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
angular-apollo-tailwind Angular, Apollo, Tailwind CSS https://angular-apollo-tailwind.starter.dev
vue3-apollo-quasar Vue 3, Apollo, Quasar https://vue3-apollo-quasar.starter.dev

Showcase Implementations

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.