A web application that recreates the drafting phase of a competitive Dota 2 match for players to practice
A project built to learn more about socket programming and live communication via client and server
- Draft against your friend and find out who can build the better team composition
- Standard Dota 2 captains draft rules
- Live and realtime
- Chatbox functionality
- Javascript
- HTML
- CSS
- NodeJS
- ReactJS
- SocketIO
- Dota 2 Data
- Express
1.) CD into client/server
2.) Run npm install
3.) Point socket connection to your server
4.) Start server with npm start
5.) Start client that points to your server with npm start