Skip to content

Latest commit

Β 

History

History
74 lines (55 loc) Β· 1.41 KB

File metadata and controls

74 lines (55 loc) Β· 1.41 KB

Player Map

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.

πŸš€ Features

  • Interactive graph visualization of player relationships
  • Player registration form
  • Player creation progress tracking
  • Modern and reactive user interface

πŸ“¦ Installation

npm install player-map

For local usage

# Install dependencies
npm install
npm run build

πŸ› οΈ Technologies

  • React 18
  • TypeScript
  • Vite
  • GraphQL (@0xintuition/graphql)
  • Axios
  • Viem
  • Wagmi

πŸ—οΈ Project Structure

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

πŸ“¦ Main Dependencies

Production Dependencies

  • @0xintuition/graphql
  • axios
  • playermap_graph

Development Dependencies

  • TypeScript
  • Vite
  • @vitejs/plugin-react
  • vite-plugin-dts

Peer Dependencies

  • react
  • react-dom
  • viem
  • wagmi

πŸ“„ License

This project is licensed. See the LICENSE file for details.

🀝 Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.