Code Monkey home page Code Monkey logo

app-developer-checklist's Introduction

Mobile App Developer Checklist

The mobile ap developer checklist is a simple web app meant to be used by mobile app developers for quality assurance purposes. A demo of the app can be viewed here.

screenshot

Adding Checks and Sections

All of the sections and checks being displayed in the list are being pulled from the checklist.json file in the project root. To add either a section or check to the list, simply fork the project and add the additional data to the checklist.json file using the format below.

e.g.

{
  "sectionTitle":"Section Name",
  "sectionAlias":"section_name",
  "thumbnail":"link/to/section/thimbnail.png",
  "checks_completed":"0",
  "checks":[
    {
      "description":"check_description_text",
      "value":false,
      "links":[]
    }
  ]
}

If you have ideas for useful new checks, or would like to help maintain/improve the project, feel free to create an issue and/or submit a pull request - don't be shy ;)

app-developer-checklist's People

Contributors

adriangordon1231 avatar

Stargazers

Oğuz Gürler avatar Shannon Clarke avatar  avatar  avatar

Watchers

 avatar

Forkers

tufenke

app-developer-checklist's Issues

Mobile Responsiveness

The layout of the website does not hold up on smallr device screens. Some of the interface elements are either blocked (by others) or obscured. Ironic haha

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.