Front end for the Accord's Library website. Accord's Library is a archival project focused on the works of Yoko Taro, and the Drakegard & NieR universes.
Go to file
DrMint e5b4e7e19f Added RichText/HTML to Markdown convertor 2022-02-17 19:49:28 +01:00
public added basic pwa manifest 2022-02-17 04:21:06 +01:00
src Added RichText/HTML to Markdown convertor 2022-02-17 19:49:28 +01:00
.eslintrc.json Initial commit from Create Next App 2021-11-03 23:46:45 +01:00
.gitignore Initial commit from Create Next App 2021-11-03 23:46:45 +01:00
LICENSE Added stuff 2021-11-04 12:45:18 +01:00
README.md Library looks much better and panel headers 2022-01-03 03:40:54 +01:00
next-env.d.ts Updated Nextjs to 12.0.7 2022-01-01 21:34:10 +01:00
next.config.js More element are translation-ready 2022-02-16 19:44:05 +01:00
package-lock.json Added RichText/HTML to Markdown convertor 2022-02-17 19:49:28 +01:00
package.json Added RichText/HTML to Markdown convertor 2022-02-17 19:49:28 +01:00
postcss.config.js Start using TailwindCSS 2022-01-01 20:04:48 +01:00
run_accords.sh Start using TailwindCSS 2022-01-01 20:04:48 +01:00
tailwind.config.js Added RichText/HTML to Markdown convertor 2022-02-17 19:49:28 +01:00
tsconfig.json Moved assets and files to src folder. Improved the page layout 2021-11-06 17:47:20 +01:00

README.md

Accords-library.com

Technologies

Back

  • CMS: Stapi
    • GraphQL endpoint
    • Multilanguage support
    • Markdown format for the rich text fields

Front (this repository)

  • Language: TypeScript
  • Queries: GraphQL
    • GraphQL Code Generator 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
  • Styling: Tailwind CSS
    • Markdown automatic formatting using Tailwind/Typography
    • Beside the theme declaration no CSS outside of Tailwind CSS
    • Manually added support for scrollbar styling
    • Support for Material Icons
  • Framework: Next.js (React)
    • Multilanguage support