Skip to content

fuzzley/PATH

Repository files navigation

PATH

Prototype website of a mobile app for a project in Human Computer Interaction class.

The website can be seen at http://fuzzley.info/project/path. Since the website is a prototype of a mobile app, it is best viewed on a mobile or tablet device.

The website is designed as a "Single Page App", utilizing hasher and crossroads. The Bootstrap library is used for most of the styling. Knockout is used for some of the functionality (like paging through the "Simple Manual" steps).

Development

This project uses yarn for dependency management and Vite for the dev server and production build.

yarn install     # install dev dependencies
yarn dev         # start the dev server on http://localhost:9000
yarn build       # produce a production build in dist/
yarn preview     # serve the production build locally
yarn test        # run tests with Vitest
yarn lint        # run ESLint
yarn prettier    # format the code with Prettier

About

Prototype website of a mobile app for a project in Human Computer Interaction class.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors