Sign Up Form with React Library.
npm install
npm start
Then open http://localhost:3000/ to see your app.
After creation, your project should look like this:
my-app/
README.md
node_modules/
package.json
public/
index.html
favicon.ico
src/
App.css
App.js
App.test.js
Guest.js
GuestEmail.js
GuestName.js
GuestPhone.js
index.css
index.html
index.js
logo.png
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
npm install
then it will install all required modules needed to run.
npm start
It automatically deploys the app and show it in the browser as http://localhost:3000/
- React - The web library used
- Create-react-app - Building flatform
- Anh Hoang Vo - Initial work - Sign Up Form
See also the list of contributors who participated in this project.