oskarszoon / todos-demo

Demo Todos app using Meteor, React+Redux and Lumen backend

Home Page:https://todos-demo.oskarssoft.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner Image

todos-demo - Work in progress 🚧

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

cd backend
vagrant up
php artisan migrate

Frontend built with Meteor & React+Redux

cd frontend
meteor npm install
# make a copy of settings-dev.json.example and fill in the auth0 details
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:

About

Demo Todos app using Meteor, React+Redux and Lumen backend

https://todos-demo.oskarssoft.nl

License:The Unlicense


Languages

Language:PHP 53.0%Language:JavaScript 34.8%Language:Ruby 4.9%Language:Shell 3.0%Language:HTML 2.3%Language:CSS 2.1%