The goal is to design a piece of software that uses the guardian's API.
Here is the challenge we were issued.
The website should let you easily search for articles about a given topic from a given year.
There are lots of test/research files here that will be tidied up but for the time being the relevant files are:
- index.html (main page)
- main.css (styling)
- ajax.js (bulk javascript)
- ajaxtest.js (tests)
The website is live at guardiantimemachine.com
- concept development
- user stories
- wire frames
- basic tests
- api registration
- gitflow
- webpage page html and css
- webpage js
- Adding tabs with content that work
- Integrating the different test and Index files
- Making sure everything works
- Forst successful js test
- Upload everything to gh-pages
- Replaced tab function with a Carousel
- Created more tests
- Cleared up thefile structure
- Added 'use strict' to all the functions
- Added multiple serach term functionality
- Add a 'most viewed' filter for best results to show up
- Added instagram images to the mix
- A lot of refactoring
- Tidied up mobile css
- Finished off the tests
- Open the file named testFile.html. This is a duplicated of the test file with qunit added to it.
- The page will automatically run the tests in a file named 'tests.js', to view individual tests open this file.