Learning Stimulus - Example 02
Basic filtering against collection of Commodore 64 games. This is also what I’ve learned/improved from egghead.io today. Thanks to Mert’s awesome Tailblocks
Setup & Run
$ npm install
$ npm run serve
Now, open http://localhost:5000
...
What’s New ?
November 30, 2020, Corona Days
- Thanks to Üstün Özgür for ES6 fixes and support!
- Move games list to a seperate file:
games_db.js
November 29, 2020, Corona Days
- Create project
Contributer(s)
- Uğur "vigo" Özyılmazel - Creator, maintainer
Contribute
All PR’s are welcome!
fork
(https://github.com/vigo/learning-stimulus-02/fork)- Create your
branch
(git checkout -b my-feature
) commit
yours (git commit -am 'Add XXX feature'
)push
yourbranch
(git push origin my-feature
)- Than create a new Pull Request!
License
This project/example code is licensed under MIT