Updated README
This commit is contained in:
parent
da93a87440
commit
e2f8a72a37
10
README.md
10
README.md
@ -9,14 +9,18 @@
|
|||||||
- Markdown format for the rich text fields
|
- Markdown format for the rich text fields
|
||||||
|
|
||||||
#### [Front](https://github.com/Accords-Library/accords-library.com) (this repository)
|
#### [Front](https://github.com/Accords-Library/accords-library.com) (this repository)
|
||||||
- Language: TypeScript
|
- Language: [TypeScript](https://www.typescriptlang.org/)
|
||||||
- Queries: [GraphQL](https://graphql.org/)
|
- Queries: [GraphQL](https://graphql.org/)
|
||||||
- [GraphQL Code Generator](https://www.graphql-code-generator.com/) to automatically generated types for the operations variables and responses
|
- [GraphQL Code Generator](https://www.graphql-code-generator.com/) to automatically generated types for the operations variables and responses
|
||||||
- The operations are stored in a graphql file and wrap as an actual TypeScript function
|
- The operations are stored in a graphql file and then retrieved and wrap as an actual TypeScript function
|
||||||
|
- Markdown: [markdown-to-jsx](https://www.npmjs.com/package/markdown-to-jsx)
|
||||||
|
- Support for Arbitrary React Components and Component Props!
|
||||||
- Styling: [Tailwind CSS](https://tailwindcss.com/)
|
- Styling: [Tailwind CSS](https://tailwindcss.com/)
|
||||||
- Markdown automatic formatting using [Tailwind/Typography](https://tailwindcss.com/docs/typography-plugin)
|
- Good typographic defaults using [Tailwind/Typography](https://tailwindcss.com/docs/typography-plugin)
|
||||||
- Beside the theme declaration no CSS outside of Tailwind CSS
|
- Beside the theme declaration no CSS outside of Tailwind CSS
|
||||||
- Manually added support for scrollbar styling
|
- Manually added support for scrollbar styling
|
||||||
- Support for [Material Icons](https://fonts.google.com/icons)
|
- Support for [Material Icons](https://fonts.google.com/icons)
|
||||||
- Framework: [Next.js](https://nextjs.org/) (React)
|
- Framework: [Next.js](https://nextjs.org/) (React)
|
||||||
- Multilanguage support
|
- Multilanguage support
|
||||||
|
- State Management: [Redux Toolkit](https://redux-toolkit.js.org)
|
||||||
|
- Support for many screen sizes and resolutions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user