Skip to content

bluerman/php-class-project2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Project: Todo List

In this PHP project we will incrementally create a Todo List application. This list starts as a basic command line output and ends as a dynamic web page which reads from a database.

It's broken into several parts which follow the Code Louisville curriculum. As you learn more about PHP in each session, you can apply what you've learned complete the next part.

Getting Started

First, you'll want to clone this project. Feel free to create a fork of the project if you'd rather clone your own copy.

There are several branches containing the completed code for each part. If it any point you fall behind, you can checkout the code from the previous part.

For example, to checkout the completed code from Part 3, you can run:

git checkout origin/part-3

If you have already checked out the branch and would like to reset your local changes back to the original version, you can run:

git checkout branch-name
git reset --hard origin/branch-name

Parts

When you're ready to begin, review the README for each part.

About

A sample project for the Code Louisville PHP Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.7%
  • CSS 10.9%
  • JavaScript 8.4%