Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.11 KB

README

Setup

Make sure you starting in the csv-explorer directory!

Backend:

bundle install

bundle exec rails server

Frontend:

cd client

npm install

npm start

Browser:

Directions

  1. Upload desired Redfin CSV. Here's the one I used, if needed: redfin_2021-09-22-11-07-47.csv. From there, the app should auto-parse and display the csv/table.

  2. On the top right of the table, there's a green plus (+) and a purple caret (>).

  3. The green (+) allows the user to add some basic filters, which then display above the table once selected. To clear the applied filter(s), click the (x) icon on each filter widget sitting above the table.

  4. The purple (>) allows the user to toggle between the simple (default) and expanded table views. To view the whole table, click the (>) icon. Once expanded, click and hold anywhere on the table. Drag your cursor to the left or right to reveal the rest of the table.