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 33983d38ee Added more details in the item pages 2022-01-27 03:16:32 +01:00
public Moved assets and files to src folder. Improved the page layout 2021-11-06 17:47:20 +01:00
src Added more details in the item pages 2022-01-27 03:16:32 +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 Library looks much better and panel headers 2022-01-03 03:40:54 +01:00
package.json Library looks much better and panel headers 2022-01-03 03:40:54 +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 more details in the item pages 2022-01-27 03:16:32 +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