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 75da366216 Added support for UI translation and other fields 2022-02-12 11:02:22 +01:00
public Removed unused icons 2022-01-29 11:00:14 +01:00
src Added support for UI translation and other fields 2022-02-12 11:02:22 +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 Library items are working again 2021-12-31 17:20:39 +01:00
package-lock.json Added support for markdown 2022-02-08 17:34:17 +01:00
package.json Added support for markdown 2022-02-08 17:34:17 +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 Changed boxshadow to dropshadow to support transparency 2022-02-09 01:43:42 +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