/downshift-starwarsnames

Autocomplete using Material UI, Downshift, React, Redux, Express & starwars-names

Primary LanguageJavaScript

Downshift Starwars Names

Example of how to use Downshift with Material UI, Redux & Redux Form

status: working but need to add submit to form

Although the data is in a .json file and not in MongoDB yet, you must have Mongo running on the default port to run the server. Data will be migrated to MongoDB at a later date

Usage

  • clone this repository
  • start MongoDB
$ cd /server
$ yean install
$ yarn start

$ cd /client
$ yean install
$ yarn start

Main Technologies Used

  • Express
  • MongoDB (future)
  • Material UI
  • Downshift
  • React
  • React Router
  • Redux
  • Redux Form