项目作者: oskarszoon

项目描述 :
Demo Todos app using Meteor, React+Redux and Lumen backend
高级语言: PHP
项目地址: git://github.com/oskarszoon/todos-demo.git
创建时间: 2020-06-02T12:09:30Z
项目社区:https://github.com/oskarszoon/todos-demo

开源协议:The Unlicense

下载


Banner Image

todos-demo - Work in progress :construction:

Sample Todos app created for a tech assignment and as a learning exercise.

Backend built as simple REST Apis using Lumen, easiest to get it up and running is with Laravel’s Homestead

  1. cd backend
  2. vagrant up
  3. php artisan migrate

Frontend built with Meteor & React+Redux

  1. cd frontend
  2. meteor npm install
  3. # make a copy of settings-dev.json.example and fill in the auth0 details
  4. meteor --settings settings-dev.json

Open tasks:

  • Make creating tasks optimistic
  • Add GTD labeling as categories
  • Make it look a bit prettier

New tech used: