Skip to content

yellow7/y7-backend-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YELLOW7

Back-end Development Test

Goal

The goal of this test project is to develop a secure YouTube search form using the YouTube API. A successful search should display a maximum of 10 results on the results.html page. Ensure this table only lists the ID and the Title of the video.

Create a local environment file that has your Google API key in this and hide it in the .gitignore. Do not push your API key to any repository.

  1. Secure your search form.
  2. Validate user input.
  3. Document your code with comments.

Development Environment

The project already includes some boilerplate development tools loaded through Node to get you started.

Command Line References

  • Install dependencies: npm install && bower install
  • Run gulp serve to preview and watch for changes with BrowserSync
  • Run gulp to build your webapp for production
  • Run gulp serve:dist to preview the production build
  • Run gulp serve:test to run the tests in the browser

Completion

Once you have completed this project, please create a pull request.

Docs

This project was setup with the Yeoman Gulp Webapp Generator. More information »

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published