This project is a Next.js application that integrates with Metamask for authentication and includes a comprehensive To-Do List interface for managing players. The app allows users to add, edit, delete, and view player information, which is stored locally using localStorage
.
The player management interface supports the following functions:
-
Connect Metamask: Led by Nguyễn Hoàng Bảo in the
connect-metamask
branch, this feature enables users to connect their Metamask wallet to authenticate and access the application. -
Create Player: Implemented by Nguyễn Văn Duy in the
create-player
branch, this feature allows users to create new player entries. -
Show Player: Developed by Trịnh Thế Nhật in the
show-player
branch, this functionality displays a list of all players. -
Edit Player: Built by Trình Xuân Lộc in the
edit-player
branch, this feature allows users to edit existing player information. -
Delete Player: Created by Hồ Công Thành in the
delete-player
branch, this function enables users to delete specific players from the list.