Skip to content

mhoskison/yasla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YASLA

Yet Another Shopping List App

Introduction

YASLA is a mobile-first shopping list app built with Angular Material and AngularJS for the UI, and Laravel 5.6 for the API. It comes in two flavours, both built from an identical codebase:

The app integrates with the Tesco Groceries API for instant lookup of pricing and availability, but you can also add your own freetext items.

YASLA is still undergoing active development and has just reached V0.1. Don't expect it to revolutionise your shopping experience ... just yet!

Development workflow

Installation

git clone https://github.com/mhoskison/yasla.git yasla
cd yasla
./install.sh

npm run gulp

Starts the main

Licence

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.