Geography Quiz App

Built to demonstrate my Next.js, TypeScript, ChakraUI, and Cypress skills. Together with code splitting, React best practices, e2e testing, concise type system, localization, dark mode, basic authentication and many more.

Demo

Link

Getting Started

First, run the development server in yarn:

yarn dev

Open http://localhost:3000 with your browser to see the result.

e2e Testing

First, you must have run the development server in http://localhost:3000.

Then, run cypress dashboard:

yarn cypress

This will open and configure a cypress dashboard to allow to test the Next.js Project.

GitHub

View Github