This project is a single-page application built using React.js, JavaScript, Chakra-UI, Context API, and other modern web development technologies. It replicates some features of the original Intract Quests Academy website, providing a seamless user experience with a clean and interactive interface.
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Then, run the development server:
npm run start
# or
yarn start
# or
pnpm start
# or
bun start