Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clovisdasilvaneto/takeway-scoober


https://github.com/clovisdasilvaneto/takeway-scoober

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

This repo is a outcome of the just takeway scoober game challange. You can access the [online project here](https://takeway-scoober.onrender.com/login)

## Architectural Diagram
You can find an architectural diagram with user flows and project architecture in the following link: [https://excalidraw.com/#json=cJLZIVA0PO7Doe1PmcFHz,xemJrXdLxQw26QRJm43ZYQ
](https://excalidraw.com/#json=cJLZIVA0PO7Doe1PmcFHz,xemJrXdLxQw26QRJm43ZYQ)

and more...

## Storybook with custom design system
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](https://takeway-scoober-storybook.onrender.com)

## Screenshots
You can find screenshots of this project in the [readme-assets folder.](https://github.com/clovisdasilvaneto/takeway-scoober/tree/main/readme-assets)

Here you have some examples about how the game works:

and more...

## How to run locally?

First, rename your `.env.sample` to be `.env` then run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.