An example application of chatbots creation inside admin panel
- Uses
react
together withstyled-components
- Bootsrapped with
create-react-app
andtypescript
- Icons taken from
glyphs.fyi
Live demo: https://wizard-app.netlify.app/
- Not optimized for mobile devices
- Tested only in Chrome on desktops
- No backend API connected
- No pagination used
- For form state management
formik
is used although it can be replaced with simple state- Also
formik
can be moved up to the more general scope level
- Also
- Some animation added by using
react-spring
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 the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.