Skip to content

gitjoelt/rsvpapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSVP React App

DEMO

This is React based app from a TeamTreehouse course. This app is the result of following through with the course.

Keep track of RSVPs by adding people and filtering through those who have responded and those who still have to respond.

Getting Started

This project uses "Create React App".

To run the app on a development server type

npm start

To create a build version for deployment type

npm run build

Prerequisites

npm >= 5.0