Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmas/todo-list-example-with-php-stimulus-turbolinks
Todo List Example with PHP+Stimulus+Turbolinks
https://github.com/jmas/todo-list-example-with-php-stimulus-turbolinks
javascript php stimulus turbolinks
Last synced: 26 days ago
JSON representation
Todo List Example with PHP+Stimulus+Turbolinks
- Host: GitHub
- URL: https://github.com/jmas/todo-list-example-with-php-stimulus-turbolinks
- Owner: jmas
- Created: 2018-09-24T11:37:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T15:03:15.000Z (over 6 years ago)
- Last Synced: 2024-11-10T08:27:08.565Z (3 months ago)
- Topics: javascript, php, stimulus, turbolinks
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Todo List Example with PHP + Stimulus + Turbolinks
Here is small example that demonstrate basic approach of create simple
Todo application using Stimulus Framework and Turbolinks.## The Goal
1. Make an application that mix Stimulus and Turbolinks;
2. Application should feels like Single Page Application;
3. Application should use minimum of JavaScript on the Application level;
4. Application should use progressive enhancement web-design strategy;
5. Application should be server-side rendered.