https://github.com/antidot-framework/reactive-starter-todo-app
Simple todo app made wby Reactive Antidot Framework Apllication Starter
https://github.com/antidot-framework/reactive-starter-todo-app
Last synced: 4 months ago
JSON representation
Simple todo app made wby Reactive Antidot Framework Apllication Starter
- Host: GitHub
- URL: https://github.com/antidot-framework/reactive-starter-todo-app
- Owner: antidot-framework
- Created: 2019-11-24T10:27:49.000Z (over 5 years ago)
- Default Branch: 1.x.x
- Last Pushed: 2021-01-27T19:34:20.000Z (over 4 years ago)
- Last Synced: 2025-01-06T07:23:20.335Z (6 months ago)
- Language: PHP
- Size: 63.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Reactive Antidot Framework - TODO demo web app
Simple Todo app done with [Antidot Framework reactive starter](https://github.com/antidot-framework/reactive-antidot-starter)
using [react-mysql](https://github.com/friends-of-reactphp/mysql), [twig](https://twig.symfony.com/) and
[spectre.css](https://picturepan2.github.io/spectre/)* [Features](#Features)
* [Services](#Services)
* [Libraries](#Libraries)
* [Installation](#Installation)
## Features
* [x] Add todo
* [x] Update Todo
* [x] Marc Todo as done
* [x] Delete Done Todo
* Suggest new features [opening an issue](https://github.com/antidot-framework/reactive-starter-todo-app/issues/new) or
[make a Pull request](https://github.com/antidot-framework/reactive-starter-todo-app/compare) with your enhancements ;-)## Services
* PHP 8
* MYSQL 5.7
* Redis## Libraries
* [Antidot React Framework](https://github.com/antidot-framework/reactive-antidot-starter)
* [ReactPHP MySQL](https://github.com/friends-of-reactphp/mysql)
* [Twig Template Engine](https://github.com/twigphp/Twig)
* [Monolog](https://github.com/Seldaek/monolog)## Installation:
````
git clone [email protected]:antidot-fw/reactive-antidot-todo.git
cd reactive-antidot-todo
cd app
composer install
cd ..
docker-compose up --build
````Open your browser at http://127.0.0.1:8080 and enjoy it! ;-D