/react_dotnet_search

a search bar using react on top of .net core 3

Primary LanguagePython

react_dotnet_search

a search bar using react on top of .net core 3

to run

to test

  • download python3 and pip
  • pip install -U selenium
  • install the Chrome selenium driver (or other drivers, but you'd need to change the driver code in the test script from "Chrome" to, say, "Firefox")
  • cd search_bar_test
  • change the executable_path variable on line 13 of test.py to the location of your webdriver. (currently it is C:\Users\micha\Downloads\chromedriver_win32\chromedriver.exe)
  • python3 test.py

please email me if you have any questions/concerns