An app with full CRUD controllation of participant list using React.js
npm install
npm start
The app will be directed to http://localhost:3000/
myapp/
node_modules/
public/
index.html
logo.png
src/
Components/
ParticipantEdit.css
ParticipantEdit.js
ParticipantList.css
ParticipantList.js
App.css
App.js
App.test.js
index.css
index.js
registerService.js
package.json
README.md
npm install -g surge
cd myapp
npm run build
cd build
surge