Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 929 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 929 Bytes

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: