https://github.com/xy3/1t-ui
User Interface & page routing for 1t.ie API
https://github.com/xy3/1t-ui
free-api klein url-shortener
Last synced: 4 months ago
JSON representation
User Interface & page routing for 1t.ie API
- Host: GitHub
- URL: https://github.com/xy3/1t-ui
- Owner: xy3
- Created: 2020-08-02T23:11:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T21:32:09.000Z (over 5 years ago)
- Last Synced: 2025-07-25T18:12:06.044Z (11 months ago)
- Topics: free-api, klein, url-shortener
- Language: HTML
- Homepage: https://1t.ie/
- Size: 789 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1t.ie User interface
Check out the live site at [1t.ie](https://1t.ie)!
This repo contains the PHP page routing and user interface for the URL shortening
app live at [1t.ie](https://1t.ie)
It serves as the front-end for the 1t.ie API. The 1t.ie API repository can be found [here](https://github.com/xy3/1t.ie).
## Installing
Please follow the [installation instructions here.](https://github.com/xy3/1t.ie#installing-on-your-server)
## Features
1t-ui uses:
- [Cirrus](https://github.com/Spiderpig86/Cirrus) - a really cool and easy to use CSS framework.
- [Klein.php](https://github.com/klein/klein.php) PHP Router.
If you would like to add your own page routes, check out the Klein.php [repo](https://github.com/klein/klein.php)
for docs.
## Requirements
- PHP >5.4.0
- [Composer](https://getcomposer.org/) for installing dependencies
## Contributing
Please see [CONTRIBUTING.md](https://github.com/xy3/1t.ie/blob/master/CONTRIBUTING.md) in the 1t.ie repo.