Skip to content

schu34/hackerrank-test-movie-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Create HackerRank tests using this repo

First, make sure you're on node version 8. HackerRank uses node 8 in their environment so using higher versions can easily break the tester.

This repo is basically just a Create React app with some extra HackerRank config files. When students submit your test, hackerRank will basically run "npm test" and give them the results of that command.

You should create starter code with failing tests, and the students will edit the files (mostly App.js) to make the tests pass. If you're feeling extra generous you can also create a solution branch and push that up to github so that volunteers won't have to solve the challenges themselves :D.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published