Skip to content

ashish-chopra/browse-assist

Repository files navigation

About

browse-assist is shared class project for CS544 in the University of British Columbia for HCI course. This project showcase a concept prototype of improved browsing feature inside file explorer of Windows 10.

For the sake of simplicity, the scope of this project is to showcase the proposed interaction design with the file explorers, therefore, we have implemented it in a fake explorer simulated in HTML, CSS and JavaScript.

Pre-requisite

In order to develop this project you require following software on your system:

  1. node.js (Runtime for JS environment)
  2. VS Code (IDE for development)

How to Install

  1. Clone the project using the following command into a directory:

     $> git clone https://github.com/ashish-chopra/browse-assist.git
    
  2. Install the dependencies using following command:

      $> npm install
    
  3. Once done, start the server using following command:

    $> npm start
    
  4. If not already, then access the URL on your browser http://localhost:3000.

Contributors

  1. Abdulai
  2. Ashish Chopra
  3. Patrick Boutet
  4. Steve Kaisca

About

A concept prototype to improve browsing interaction in OS file explorers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published