Skip to content

chesscoders/chatbot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome ChatBot Starter

Starter template for the frontend of ChatBot projects.

Documentation and wiki

Make sure to read our extensive documentation about using this starter template.

Quick start

Install dependencies

npm ci

Copy the example environment variables and update them if needed

cp .env.example .env

Start the local server

npm run dev

Features

Authorization with JWT

The authorization process is inspired by these best practices of using JWT from Hasura.io

Security headers

These HTTP response headers increase the security of the app and are bundled by default. Review and update the security headers in the headers.js file and analyse your app using this tool.

Form components

  • simple input components: text input, email input, number input, phone input, password input
  • simple form components: checkbox, radio buttons, textarea, fieldset
  • complex input components: debounced async search, file upload
  • dropdown form components: classic select, custom dropdown, combobox, async dropdown, async combobox, async multi select
  • for components for dates: date picker, time picker, date of birth
  • other form components: reCAPTCHA, quantity selector (plus/minus)

Other components

  • table components compatible with react-table package
  • data formatting components for showing dates, time, percentages, prices, plural
  • modal components and others compatible with react-bootstrap package
  • meta components: favicon, open graph, app head
  • layout components: layout, menu, context menu, bone, error boundary, error fallback
  • icon components: spinner, loading
  • basic components: link, button, pill
  • other components: toaster, translate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •