matyas-igor / wizard-app

🧙‍♂️ An example application of the Wizard for Chatbot creation

Home Page:https://wizard-app.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧙‍♂️Wizard Chatbot Application

An example application of chatbots creation inside admin panel

Netlify Status

Live demo: https://wizard-app.netlify.app/

Screenshots

Screen Shot 2021-01-14 at 15 15 04

Screen Shot 2021-01-14 at 15 15 18

Limitations

  • Not optimized for mobile devices
  • Tested only in Chrome on desktops
  • No backend API connected
  • No pagination used

Notes

  • 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
  • Some animation added by using react-spring

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

About

🧙‍♂️ An example application of the Wizard for Chatbot creation

https://wizard-app.netlify.app/

License:MIT License


Languages

Language:TypeScript 98.4%Language:HTML 1.6%