Player Map is a React application that allows you to visualize and manage relationships between players in a gaming system. The project uses TypeScript and is built with Vite.
- Interactive graph visualization of player relationships
- Player registration form
- Player creation progress tracking
- Modern and reactive user interface
npm install player-map
# Install dependencies
npm install
npm run build- React 18
- TypeScript
- Vite
- GraphQL (@0xintuition/graphql)
- Axios
- Viem
- Wagmi
src/
├── assets/ # Static resources
├── components/ # Reusable React components
├── hooks/ # Custom React hooks
├── pages/ # Application pages
├── services/ # Services and API
├── types/ # TypeScript types
└── utils/ # Utilities and helper functions
- @0xintuition/graphql
- axios
- playermap_graph
- TypeScript
- Vite
- @vitejs/plugin-react
- vite-plugin-dts
- react
- react-dom
- viem
- wagmi
This project is licensed. See the LICENSE file for details.
Contributions are welcome! Feel free to open an issue or submit a pull request.