Code Monkey home page Code Monkey logo

waddle's Introduction

Waddle's Logo

This is a prototype, therefore highly experimental.

About Waddle

Waddle is a simple Trello-like app for organizing your mail box. It was originally a project for a Programming class, and its currently builded with:

  • PHP, Slim micro-framework and php-imap library
  • Vue.js progressive framework and jQuery to everything JS related
  • Foundation for Sites framework for everything else (actually is not quite useful here yet)

Get Started

Check if you're running PHP 7, and if your web server supports mod_rewrite or something similar. Older PHP versions might be supported but not guaranteed since I'm not testing with them.

Install composer dependencies (if you don't have it download composer):

composer install

Start command-line server with:

composer start

Or with that (change localhost:8080 to whatever servername and port you want):

php -S localhost:8080 -t public/index.php

Or point the server's root to the public/ directory.

Contributing

I'm opened to contributions, feel free to suggest something. Check the current opened project at Waddle's Board. Discussions about anything described in the board should lead to (new or not new) issues created from the respective card. You can debug the back-end using Monolog.

Thanks

  • My classmate Laura, which originally created the app with me

waddle's People

Contributors

germanocorrea avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

waddle's Issues

Not being able to move cards

I haven't tested why yet, and this was working right previously. There's an error thrown at app.js:29:5 when trying to do that:

TypeError: app.columns[Board.newParent] is undefined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.