Skip to content

oskarszoon/todos-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: