GithubHelp home page GithubHelp logo

lis500's Introduction

Live Site

Visit the live page!

Requirements

Structure

└── code1
    ├── README.md
    ├── images
    │   └── logo-small.png
    ├── index.php
    ├── pages
    │   ├── about.php
    │   ├── get-started.php
    │   ├── jargon.php
    │   ├── learn-more.php
    │   └── participate.php
    ├── stylings
    │   └── main.css
    └── template
        ├── header.php
        └── navbar.php

Things to pay attention to

  • My biggest complaint when working on this project was writing the navbar on every single page. My webdev experience previously was only with flask, which has templating so that you don't need to rewrite the core structure of each page; rather you focus on the differences.
  • I was looking for something like that in PHP, which lead me to reading some documentation. I decided to repurpose the include function and some clean folder structuring to recreate the flask like templating feature. While not exactly what you think of when you think 'dynamic content', I think that the powerful benefit of writing in one place and using in several places, and reducing the text content of each individual php page by ~50% picks up the slack. To be sure though, I created active page highlighting on the navbar with php using some built in directives.
  • I used bootstrap to generate dynamic styling so that the page is responsive to mobile users.
  • API calls for generating the BTC/ETH/XRP tables on the fly

Visit the live page! (Not currently hosted)

Requirements

  • Will go here soon
    • Sub requirements and notes will go here

lis500's People

Watchers

 avatar  avatar  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.