Using Laravel (v6), ReactJS (Latest version), PostgreSQL (Latest version) developed task list.
- List tasks
- Create new tasks
- Edit task labels
- Set incomplete tasks as “complete”
- Set complete tasks as “incomplete”
- Reorder tasks
- Backend - Please follow the instructions in the
Backend
folder for setup API. - front-end - Please follow the instructions in the
front-end
folder for setup ReactJS application.