Welcome to Futbot, the chatbot that gives you relevant updates to the ongoing World Cup of Soccer.
This project is totally open to contributions; Message me on Discord if you'd like to be added to the project (you can add yourself to the section below too!). The outline I've written is intended to be just a start. Please feel free to make any part your own and/or suggest any improvements.
- Implement Dialogflow api to answer questions
- Answer questions about the world cup
- Learn more on how to collaborate using git
- Practice writing React components
- Practice writing css
This file will contain the code to interact with the Dialogflow API. React component will be imported from the Components.js
file to render the API input and output.
I'm not sure how I'll protect my api key for Diagflow.
I'm guessing that at least 3 components will be needed to create the app:
- Button - for users to submit their questions
- DialogBox - a component to render questions and answers
- If there's time, it'd be cool to setup a feedback to let users flag weird responses
- UserInput - an area for users to input their questions
- ...others??
Needs to be updated to style the web app. There aren't any id or classNames in the App.js
or Components.js
files.
- Will Beaumont
- Ryan K Hawkins
- Just do it!
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
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