Skip to content

akash-pal/Reactjs-Redux-Player-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React with Redux

Developing a simple React application to manage the players of a Cricket Team.

Live

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

npm install

Installs the dependencies mentioned in package.json

npm start

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.

About

Add/Remove/Update Players List using Reactjs with Redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published