This PoC offers a glimpse into how chatbot integration and management can be made more efficient. Please remember, as a hackathon project, this tool only includes basic functionalities. However, it provides a solid foundation for building a more robust chatbot management system in the future.
🔑 Token Generation: We've simplified the bot integration process with our easy token generation feature. Generate a unique token for your bot on our platform and use it for integrating the chatbot into your application.
❓ FAQ Management: Our tool includes a straightforward FAQ management system. Group FAQs or toggle their visibility in the searchable list. The chatbot utilizes this FAQ list to answer user queries efficiently.
🐞 Bug Reporting: Users can submit bug reports directly through the chatbot. These reports are then compiled into our system, enabling you to view and manage them from our platform.
![Demo video link](/sai-github/chmod777-frontend/raw/main/docs/demo.jpg)
This project was bootstrapped with Create React App.
git clone https://github.com/sai-github/chmod777-frontend.git
cd chmod777-frontend
yarn install
yarn start
- configure
REACT_APP_BACKEND_URL
andPORT
in.env
file - to ignore these changes being pushed back to repo run
git update-index --assume-unchanged .env
- Preferably use vscode with prettier and eslint extensions (Use local installation of project instead of your global settings)
- If you are using vscode you may also use format on save feature
- If you use different editors with different formatting styles, please check if your commits are getting formatted with pre-commit hooks
- In case there is issue with formatting use
yarn format
to format all your code changes (actually this will format the entire project, assuming the code you started is already formatted it should just be like formatting your changes) - Preferabbly use
git rebase
for linear commit history - Request review from team members before merging code to
main
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Runs eslint on the project and displays the status
Prettier errors are also passed to eslint as error from eslint-plugin-prettier
in the project
Runs prettier on project and displays the status
Runs prettier on project and formats all matching files in the project
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify