Camilo716 / Crello

Web Tasks Board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crello

Lightweight Trello Clone

Full stack web application inspired by Trello, allow users to organize task and projects using card-based system withing boards. (WIP)

Crello

Technologies Used

  • Frontend: HTML, CSS, JavaScript (vanilla)
  • Backend: PHP, Laravel
  • Database: MySQL

Getting started

  1. Clone the Repository:
git clone https://github.com/Camilo716/Crello.git
cd Crello
  1. Install dependences
composer install
npm install
  1. Setup .env file

    (See .env.example)

  2. Run the tests

php artisan test
  1. Run the application
php artisan serve
npm run dev

About

Web Tasks Board


Languages

Language:JavaScript 85.6%Language:PHP 13.0%Language:CSS 1.2%Language:Blade 0.3%