Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.17 KB

readme.md

File metadata and controls

40 lines (26 loc) · 1.17 KB

Student Engineer Challenge

The output of this assignment should be a github repository.

The repo should contain the code and a good readme on how to use the test/run the project.

Try to structure the repository like this:

├── src (Your source code)
│   ├── filename1.ext
│   └── filename.ext
├── test (Your tests)
│   ├── testX.ext
│   ├── test_should.ext
│   └── test_spec.ext
└── README.md

Expectations

You should use all the tools you know and have available to make this as simple for you as possible. We are not looking for perfectly indented code or fancy architectural patterns, we are interested in how you think and work with code.

Questions

You can always write me at [email protected] and I will do my best to help you.

Are you more frontend focused?

If your love/strengths/skills are in the frontend then you should go to the frontend challenge here.

Are you more backend focused?

If your love/strengths/skills are in the backend then you should go to the backend challenge here.

Full-stack?

If you are full-stack choose your favorite :)