Skip to content

A react app that generates a small signup form and displays a list of participants

Notifications You must be signed in to change notification settings

NinaDang97/participant-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

participant-list-app

Demo version

participant-list-app

Introduction

An app with full CRUD controllation of participant list using React.js

Install and running app

npm install 
npm start

The app will be directed to http://localhost:3000/

Folder structure

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

Deploy on Surge.sh

npm install -g surge
cd myapp
npm run build
cd build
surge

About

A react app that generates a small signup form and displays a list of participants

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published