this project it is prototype of shopping list online
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
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
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
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:
- You can see the Alert with this html code
Thats its the finality of my project
Finally I wanted to show you the project in phone format