Skip to content
/ ToDo Public

This is an app for manage team tasks. Created in PHP 8.0 with MVC pattern and Javascript.

Notifications You must be signed in to change notification settings

80Quattro/ToDo

Repository files navigation

Description

ToDo is an app for managing team tasks. You can create a new room for your team, where you will see shared tasks. Everyone on your team can join with a URL or a special unique roomID and view tasks, edit them, mark them as "in progress" or "done".

Usage

  1. Import database from ToDo-app.sql file.
  2. Fill in database credentials in .env.example file and change it's name to .env
  3. Install all required dependencies by composer.
composer install
  1. Start docker - the app server
docker-compose up

Tech stack

PHP 8.0 Vanilla JS HTML CSS Bootstrap MySQL Composer Docker (as a develop server)

Screenshots

App front-page App page

About

This is an app for manage team tasks. Created in PHP 8.0 with MVC pattern and Javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published