mindrawer
# Mindrawer - a free whiteboard for everyone [](https://nuxt.com/) [](https://tailwindcss.com/) [](https://pinia.vuejs.org/) [](https://vueuse.org/) [](https://color-mode.nuxtjs.org/) [](https://nuxt.awesome-starter.vercel.app/) [](https://github.com/huynamboz/mindrawer) Mindrawer is a free whiteboard for everyone. It's built with Nuxt 3, Tailwind CSS, Pinia, Vueuse, and more. It's a great starting point for your next project. - π [Demo](https://mindrawer.pages.dev/) > **NOTES** > > - This Project using "yarn" as package manager, you can change it to "npm" or "pnpm" if you want. ## Preview <table align="center"> <tr> <td align="center" width="100%" colspan="2"> <img src="docs/images/1.png" alt="Preview" title="Preview"> </td> </tr> <tr> <td align="center" width="100%" colspan="2"> <img src="docs/images/4.png" alt="Preview" title="Desktop Preview"> </td> </tr> <tr> <td align="center" width="100%" colspan="2"> <img src="docs/images/2.png" alt="Preview" title="Desktop Preview"> </td> </tr> </table> <p align="center"> <br> <a href="https://mindrawer.pages.dev/" target="_blank">Live Demo</a> <br><br> </p> ## Features - [X] π [Shadcn-vue](https://shadcn-vue.vercel.app/) - [X] π¨ [Tailwind CSS v3](https://tailwindcss.com/) - [X] π [Ofetch]() - [X] πΉ [State & Store Management (Pinia)](https://pinia.vuejs.org/) - [X] π¦ [Vue Composition Collection (Vueuse)](https://vueuse.org/) - [X] πͺ Built-in Awesome Component & Layout ## Contributors β¨ Thanks go to these wonderful people πΌ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tbody> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/huynamboz"><img src="https://avatars.githubusercontent.com/u/38585889?v=4" width="100px;" alt="huynamboz"/><br /><sub><b>huynamboz</b></sub></a><br /><a href="https://github.com/all-contributors/all-contributors/commits?author=huynamboz" title="Documentation">π»</a></td> </tr> </tbody> </table> ## Getting Started ### Installation - clone this repository ```bash git clone https://github.com/huynamboz/mindrawer ``` - install dependencies ```bash yarn install ``` - run development server ```bash yarn dev ```