Prereqisites:
- As the Project is completely built on
react
,nodejs
is mandatory to run the project. - You can see how to install node here
- Install NPM if not installed while installing node
- Clone my repository or Download the zip File
- In your Terminal run the following commands
- npm install
- npm start to start your server
- To Generate more Widget items add them in AdmissionInfo.js
- Define Your Widgets in config.js
- Add Function Definition to handle widgets in ActionProvider.js
- Add Cases to handle input text in MessageParser.js and give call to the functions defined in ActionProvider.js
- Create an account for Deployment Severs like vercel or heroku and deploy
- I Recommend Vercel
- run command vercel --public to upload from your terminal
- Clone my repository or Download the zip File to your /var/www/html folder.
- In your Terminal run the following commands
- npm install
- npm start to start your server and run "npm build" to deploy project on the server