Skip to content

Latest commit

 

History

History
executable file
·
30 lines (18 loc) · 1002 Bytes

README.md

File metadata and controls

executable file
·
30 lines (18 loc) · 1002 Bytes

1t.ie User interface

Check out the live site at 1t.ie!

This repo contains the PHP page routing and user interface for the URL shortening app live at 1t.ie It serves as the front-end for the 1t.ie API. The 1t.ie API repository can be found here.

Installing

Please follow the installation instructions here.

Features

1t-ui uses:

  • Cirrus - a really cool and easy to use CSS framework.

  • Klein.php PHP Router. If you would like to add your own page routes, check out the Klein.php repo for docs.

Requirements

  • PHP >5.4.0
  • Composer for installing dependencies

Contributing

Please see CONTRIBUTING.md in the 1t.ie repo.