This Sports Roster is for managing teams for the wonderful E-Sport of World of Warcraft: Mythic Dungeon Invitational. You can add players, their position, and image. If you make a mistake you can edit the player information. If you no longer want a player on the team, they can be deleted.
- HTML5 and SCSS
- Bootstrap: free and open-source CSS framework
- ES6 modules
- React
- Webpack
Display on page load: Display on log in: Add player: Edit player:
- Clone down this project from Github.
- Install
npx create-react-app intro-react
. - At the root of this project, run the following command:
npm start
. - In your browser, navigate to
https://localhost:8080
;