DashPets transforms your data into a cute, interactive world filled with pets. With DashPets, you can filter, interact, and have fun while keeping your dashboard lively and engaging.
- Generate pets based on category data.
- Assign size to pets based on measures.
- Hatch pets into eggs if their target isn't reached.
- Fully interactive: hover, move, and tooltip animations.
- Node.js (>=18.x)
- Yarn package manager
-
Clone the repository:
git clone https://github.com/yourusername/dashpets.git cd dashpets
-
Install dependencies:
yarn install
To start a local development server:
yarn dev
This will run a Vite-powered development server for fast builds and hot module replacement.
To create a production-ready build:
yarn build
This will:
- Use TypeScript to type-check and transpile the source code.
- Use Vite to bundle and optimize the assets for the
dist
folder.
The output will be stored in the dist/
directory.
This project is protected under the MIT License. See LICENSE for details.
Feedback and ideas are welcome! Use the GitHub issues and pull requests (PR) system to submit:
- Bug reports
- Feature suggestions
- Code contributions
Make sure to follow the Contributing Guidelines (add one if needed) when submitting a PR.
- Built using Vite.