Giter Site home page Giter Site logo

epicodus-php-todo-many's Introduction

To Do List

A to do list using MySQL, September 26, 2016

By Katy Henning & Ryan Conklin

Description

This is a web 'to-do list'. It takes user input and generates items on the list, storing them using MySQL. Users can also search the list by id (each task will have an individual id).

Setup/Installation Requirements

  • Clone the repository
  • Using the command line, navigate to the project's root directory
  • Install dependencies by running $ composer install
  • Navigate to the /web directory and start a local server with $ php -S localhost:8000
  • Open a browser and go to the address http://localhost:8000 to view the application

Specifications

  • A user can add an item to the to do list.

    • Example input: "Wash the dog"
  • The program will use MySQL to store the added task and display it to the user.

    • Example output: "Wash the dog"
  • The user can search the tasks with the id

    • Example input: 1
    • Example output: "Wash the dog"

Known Bugs

There are no known bugs at this time.

Support and Contact Details

For questions or comments, please contact us through GitHub.

Technologies Used

  • PHP
  • Silex
  • Twig
  • Bootstrap
  • MySQL

License

This website is licensed under the MIT license.
Copyright (c) 2016 Katy Henning & Ryan Conklin

epicodus-php-todo-many's People

Watchers

James Cloos avatar J. Ryan Conklin 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.