This is a simple event website where visitors may register to reserve a seat for the event by providing their full name, email address, phone number, gender, and date of birth. Users can print an event ticket with a QR code and their name underneath after submitting their information.
The following technologies were used in this project:
Before starting, you need to have Git and Node installed. Alternatively, you can download the code as a zip file.
git clone https://github.com/Afeezagbaje/ToNote-Assessment.git
npm install
npm start
npm run build
npm install netlify-cli -g
netlify deploy
If you are using the netlify CLI, follow command line prompts and choose yes for new project
and ./build as your deploy folder and voila you have a production React app!