A fun and interactive pet project inspired by Who Wants to Be a Millionaire.
-
This is a Next.js project bootstrapped with
create-next-app
. -
Uses Redux Toolkit for state management.
-
UI designed with MUI for flexible design system and responsive components.
-
Utilizes Husky for Git hooks.
- Pre-commit hook runs
eslint
to ensure code quality. - Pre-push hook runs tests to ensure code stability.
- Pre-commit hook runs
-
Clone the repository:
git clone https://github.com/grrryts/wwbm.git cd wwbm
-
Install dependencies:
yarn install
This will install all the required packages and dependencies for the project.
-
To start the development server, run the following command:
yarn dev
This will start the Next.js development server on http://localhost:3000. Open with your browser to see the result.