Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owickstrom/webbstuga-startkit
https://github.com/owickstrom/webbstuga-startkit
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/owickstrom/webbstuga-startkit
- Owner: owickstrom
- Created: 2014-09-09T05:45:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T14:19:11.000Z (about 10 years ago)
- Last Synced: 2024-05-01T23:41:55.787Z (7 months ago)
- Language: JavaScript
- Size: 1.81 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webbstuga Startkit
## Preparation
Open your developer toolbar and click the settings wheel on the left. Make sure that the checkbox "Disable cache (while DevTools is open)" is checked. It's the first checkbox in the "General" tab.
## Topics
The different topics are divided into sub-directories in this repository. You can
work through them in any order you like, and skip those that you feel comfortable
with already. However, the order in which they are listed is a path through the
"Webbstuga" that we believe is reasonable.### Javascript
* `jquery`
* `jquery-underscore-templates-inlined`
* `jasmine` (optional)
* `jasmine-in-memory-api` (optional)
* `jquery-underscore-templates-inlined-and-routing`
* `ajax`
* `ajax-modules-and-namespaces`
* `ajax-modules-and-namespaces-promises`
* `bootstrap`
* `backbone`
* `backbone-mocha`
* `backbone-browserify`#### Features to implement in Javascript topics
These features are not applicable to all topics, but try to implement them
and see where it leads you.1. **Show list of TODO items**
2. **Display detail view when click item**
3. Input for adding new items (optional)
4. Click items to toggle completed state (optional)
5. Remove item when click a "trash button" (optional)### CSS
* `media-queries`
* `transitions-and-animations`