paddykontschak / mymuesli-solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start server

$ php -S 127.0.0.1:8000

Run frontend

$ yarn dev

Preview

To Do List

  • Create a PHP file to work as an ”API” exporting a JSON construct holding the information to build this task and call it with Javascript
  • Tabs
    • Includes JS functionality
    • Random tab selection on every page load
  • Lists
    • In the "Topics" tab, the number of topics after the headline should count up from zero to a random number of posts animated with a nice transition
    • In the second tab "Archives" please add several rows containing on the left a picture and on the right some random text
    • In Pages Feel free to be creative and add some custom content
  • The solution should be responsive
  • Please use the following folder structure for your assets
    ├──css
    ├──img
    ├──js
    ├──index.html
    └──api.php
    
  • please do not use any frameworks or libraries
  • please do not use bootstrap or any other CSS framework
  • A plus would be to use a modern frontend workflow (ex. Grunt, Gulp, Webpack, …). However please bear in mind these are optional tasks just provide us with further visibility of your technical skills. They are not a must.
Sources

About


Languages

Language:JavaScript 44.1%Language:CSS 24.9%Language:PHP 19.0%Language:HTML 12.0%