/ShopLi

☄️ Meteor.JS 📝 ShopLi it is a project done SPA

Primary LanguageJavaScript

Shop list project - Meteor.js

this project it is prototype of shopping list online

Introduction

I tried to show my knowledge with Meteor. I share my code to the people who wants to learn, compare and consult my code.

If you see any error, please add comment in the code

bookstores and framework that I use in the project

I have used Meteor v1.4 with Blaze and Foundation.

To add Foundation in Meteor project can be done with two steps (if you use scss):

  • insert this command in your terminal meteor add zurb:foundation-sites

after throw the last command, We add in our main.scss foundation import:

  • @import '{zurb:foundation-sites}/scss/foundation';

To add scss in your project you only change the extension .css for .scss

packages of the project

The first package that I have use is iron:router to do a simple routing with parameters (in imports > api > tasks.js)

  • insert the package with this command meteor add iron:router

alt tag

The second package that I have use is sAlert. This package implement the typical Alert JavaScrip with style and movement

  • insert the package with this command meteor add juliancwirko:s-alert

Examples of use with the sAlert:

alt tag

  • You can see the Alert with this html code

alt tag

Demo PC project page

Thats its the finality of my project

Demo Phone project page

Finally I wanted to show you the project in phone format