Developing a simple React application to manage the players of a Cricket Team.
https://akash-player-app.herokuapp.com/
It has the following screens:
- List screen: Show a list of all the players. Show edit and delete icons with each players.
- Add player screen: Input the name of the player and add him to the list
- Edit player screen: Edit the name of the player. Edit screen appears upon clicking the edit icon in the list screen
- Delete player: Player gets deleted upon clicking the delete icon in the list screen.
- A player would just have an ID and a Name
Installs the dependencies mentioned in package.json
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.