sanehab / wm_troubleshooting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

  1. clone repo

  2. cd into repo and npm install

  3. At the top level create a file named: .env.development and in it type and save: NODE_PATH=./src

  4. npm start

  5. Manually type localhost:3000/sign-up
    Fill out the form and then to authenticate go to localhost:3000/sign-in

  6. Once you are signed in go to "clients". In the form that appears add some list items.

  7. The goal is to allow the user to highlight/thumb through list items by using the up/down arrow keyboard keys.

  8. The component with the problem code is PageComponents/Dashboard.

About


Languages

Language:JavaScript 91.9%Language:CSS 4.1%Language:HTML 3.9%