MyPitit / itv-apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

itv APIs

What

Using any of the following API’s build a simple application that allows the user to discover ITV content.

API:

Technologies used

Webpack and Babel

Frontend code is run through Webpack which transpiles all the js and jsx through babel and bundles it into one neat file app.js which meets ES5 standards.

Who

This app is developer by @mypitit.

Goals

  • Demonstrable understanding of OOP concepts, separations of concerns, design patterns.
  • Appropriate use of frameworks and Bespoke code.
  • Package/Dependency management

How to run itv APIs App

1 - Clone the repo:

$ git clone git@github.com:MyPitit/itv-apis.git

2 - Install the dependencies by cd -ing into the itv-apis folder and run:

$ npm install or npm i

3 - Run $ npm start

Go to localhost:4000in your browser to see the build.

More information

Check out the wiki for information on the layout of each page and data structure.

Past projects

  • Confidant A secure platform for connecting volunteer mentors and mentees using IPCortex's WebRTC API.
  • Amazon2.0 This website, modeled on Amazon, is being built in order to learn React.
  • Space Space Calendar is a web application that takes a date of your choice and shows you a picture that was taken using NASA's satellites on that day.

Currently working on

MindAid, A Mental Health First Aid App for Children, Young People and Teachers.

LinkedIn

About


Languages

Language:JavaScript 100.0%Language:HTML 0.0%