Skip to content

gf-co/another-book-list-website

Repository files navigation

Another reading list

  • A React app with pages created from Markdown (MDX).
  • MDX lets you write pages using Markdown.

Built with

  • Next.js
  • TypeScript
  • Tailwind CSS
  • SASS/CSS
  • CSS
  • Jest
  • Cypress
  • MDX

Live Demo

Screenshots

Videos

React.Testing.Library.and.Jest.test.mov
Cypress.test.runs.mp4

Run app locally with the development server

npm run dev

Run unit test

A Jest test.

npm run test:ci

Run real-world user simulation test

A Cypress test.

npm run cypress:open