GithubHelp home page GithubHelp logo

nnnnat / todo2 Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 158 KB

ToDo2 is a simple task management application built in PHP and Javascript

JavaScript 33.35% CSS 47.15% PHP 19.29% ApacheConf 0.21%

todo2's Introduction

ToDo2

Todo2 is a task management app I've built to learn a few new skills

  • How to build and deploy a simple PHP service
  • How to build a complex JavaScript frontend without a framework
  • How to meet AA conformance on a single page application

Running Locally

You'll need Docker and Docker-Compose installed run docker-compose up from the project root to spin up the enviorment.

PHP & MYSQL

You'll need to add the todo's table using Sequel Pro or phpmyadmin (running on localhost:8081) to do this. Run this query to create the todo's table

CREATE TABLE todo (id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, title VARCHAR(255), due_date DATE, completed INT NOT NULL)

Javascript & SCSS

If you'd like to make changes to the frontend you'll need to run a few commands from the www/ directory in terminal

for development

npm run watch

for build

npm start

todo2's People

Contributors

nnnnat avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.