Skip to content

React app that downloads data from an API and displays it as search results

Notifications You must be signed in to change notification settings

jamesreilly5/parser-of-the-gods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory of the Gods

A React app that reads/searches from an API and displays the results. This was built as part of a technical test for a front end developer position.

Alt text

Dependencies

  • Node/npm
  • Gulp

Development

Running the app

  • Run npm install
  • Run NODE_ENV=development gulp
  • Go to localhost:8889 to display the app

Run tests in browser

Go to localhost:8889/testrunner.html to see your tests

Minify the code, ready for production

Run NODE_ENV=production gulp deploy

Known issues / design issues

  • Should use less over css
  • Caching implementation could be simplified using Flux

Problem description of Technical Test For Javascript (UI) Developer

Using a JS MVC framework of your choice (or regular Javascript/jQuery), please carry out the following tasks:

  1. Consume the good endpoint and display a list of the results on-screen.
  2. Display the results in capitals without using CSS transforms.
  3. Add search functionality to the UI that uses the search endpoint instead.
  4. Take the error endpoint and display the error message it returns.
  5. If the search term called a second time then fetch it from a local JS cache rather than hitting the network.

You can style the application in any way that you choose.

About

React app that downloads data from an API and displays it as search results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published