Skip to content

FeedU is a fully-featured Mobile Web app for Home Cooked Food Delivery developed primarily using jQuery Mobile, jQuery and Javascript, as part of a course taken in Mobile User Experience. The app is hosted on Github Pages and you can find the link in the README.

idl99/feed-u

Repository files navigation

Feed U

FeedU is a fully-featured Mobile Web app for Home Cooked Food Delivery developed primarily using jQuery Mobile, jQuery and Javascript, as part of a course taken in Mobile User Experience. It also involves other developer features such as Live Reload and Task Automation using the Grunt Task Runner.

You can find the app hosted here.

Prerequisites

  • Node.js

Setup

Run the following to install project-level dependencies

npm install

and the following to install global dependencies

npm install -g sass browserify grunt-cli
Dependency Description
SASS CSS preprocessor
Browserify a tool that bundles static files together
Grunt task runner that builds the project

Run

To run the project, simply run the following command

npm run dev

The above command will execute a Grunt task that

  • sets up a static file server which supports live reloads
  • watches for file changes and rebuilds the project (compile SASS, bundle JS, sync dist folder etc.)

About

FeedU is a fully-featured Mobile Web app for Home Cooked Food Delivery developed primarily using jQuery Mobile, jQuery and Javascript, as part of a course taken in Mobile User Experience. The app is hosted on Github Pages and you can find the link in the README.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published