HappyFalcon22 / taskist

A small project about to-dos and tasks management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TASKIST

A small php project to manage your tasks. Referenced from Todoist app.


How to run development server

  1. Install Docker and Docker Compose
  2. Run docker compose up in the root directory
  3. Open localhost:8000 to view the app
  4. Open localhost:8080 to view the phpadmin

How to prettify code

  1. Install prettier and prettier-plugin-php: yarn global add prettier @prettier/plugin-php (yarn is a package manager, you can use npm instead)
  2. Run prettier --write . in the root directory

About

A small project about to-dos and tasks management.


Languages

Language:PHP 97.0%Language:Hack 2.3%Language:Dockerfile 0.7%