This repo is a outcome of the just takeway scoober game challange. You can access the online project here
You can find an architectural diagram with user flows and project architecture in the following link: https://excalidraw.com/#json=cJLZIVA0PO7Doe1PmcFHz,xemJrXdLxQw26QRJm43ZYQ
and more...
This projects uses MaterialUI as design system but since we have customized components, a storybook containing these components was created. You can find it here: https://takeway-scoober-storybook.onrender.com
You can find screenshots of this project in the readme-assets folder.
Here you have some examples about how the game works:
and more...
First, rename your .env.sample
to be .env
then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.