Skip to content

Page where you can create shoping lists, save them, keep a record of them and watch some statistics about items you buy.

Notifications You must be signed in to change notification settings

AdriaGual/shoppingify_client

Repository files navigation

Shoppingify

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Page where you can create shoping lists, save them, keep a record of them and watch some statistics about items you buy.

Built With

UML diagram

screenshot

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

How To Use

Client side

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/AdriaGual/shoppingify_client

# Install dependencies
$ npm install

# Run the app
$ npm start

Server side

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/AdriaGual/shoppingify_server

# Install dependencies
$ php artisan migrate
$ php artisan db:seed

# Run the app
$ php artisan serve

Images

screenshot

screenshot

screenshot

screenshot

screenshot

Contact

About

Page where you can create shoping lists, save them, keep a record of them and watch some statistics about items you buy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published