Skip to content

Simple programming challenge for new web developer applicants

Notifications You must be signed in to change notification settings

ddrewno/skillstest_dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web developer setup

  • If you have a hard time getting the environment set up please ask Amir. Setting up this repository to start the work is NOT a part of the test.

Steps

1. Fork this repository

2. Clone your forked version of the repository

3. In terminal go into the repo and install virtualenv:

cd skillstest_webdev
virtualenv --distribute venv

source venv/bin/activate
pip install -r requirements.txt

4. Go into the individual test directory and read instructions.md from there

About

Simple programming challenge for new web developer applicants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.1%
  • HTML 40.1%
  • Python 5.0%
  • Other 0.8%