Giter VIP home page Giter VIP logo

doggo-list's Introduction

doggo

Notes

Built locally with Node. Adding Bootstrap for longterm management of standards based HTML, CSS, JS, as well as its built-in development testing. The doggo list is using an appendChild method to add items to the list. Without a UI framework, used vanilla code to simply demonstrate concepts. Should discuss handling of local and backend storage to decide how to serve content. The site end points will query the list of doggos.

This tracker application allows for dynamic creation and updating of a list of doggos and link to doggo details, such as:

  • Name of doggo;
  • Breed of doggo;
  • Link to a detail page;
  • A list of all the doggos and sample doggo is dynamically generated through the following endpoints:

ACCESS URL

/login

  • POST /username

/doggos-list

  • GET /doggos/{id} indexList -> getList() -> returns a list of doggos

/doggo

  • GET/doggo/{id}
  • POST/doggo
  • PUT /doggo/{id}
  • DELETE /doggo/{id}

/doggodetails

  • GET /doggosdetails/{id} indexDoggo -> getDoggo() -> returns a doggo detail

Site structure

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

doggos/
└── dist/
    ├── css/
    └── js/
    index.html

Schema

returns example:

{
    "doggos-list": [
        {
            "title": "Doogos List of Dogs",
            "url": "http://doggos.example.com/doggos-list/id/",
            {
              "doggo": [
              
            			  { "Name":"Amit" ,
              "Breed":"Doberman", "Link": "http://doggos.example.com/doggosdetails/id/" }, 
            			  { "Chava":"German Shephard" ,
              "Link": "http://doggos.example.com/doggosdetails/id/" }, 
            			  { "Name":"Charlie" , 
              "Breed":"Poodle","Link": "http://doggos.example.com/doggosdetails/id/" }
            			  ]
            			  }
            "total": 3
        }
    ],
    "totalCount": 1
}

doggo-list's People

Contributors

clevelandrachel avatar

Watchers

James Cloos avatar  avatar Taran Pierce 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.