https://github.com/AmbulnzLLC/fullstack-challenge
Challenge for fullstack developer candidates
https://github.com/AmbulnzLLC/fullstack-challenge
Last synced: 11 days ago
JSON representation
Challenge for fullstack developer candidates
- Host: GitHub
- URL: https://github.com/AmbulnzLLC/fullstack-challenge
- Owner: AmbulnzLLC
- Created: 2018-02-10T23:02:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T17:44:13.000Z (over 1 year ago)
- Last Synced: 2024-11-18T00:37:20.687Z (6 months ago)
- Size: 6.22 MB
- Stars: 37
- Watchers: 2
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-recruitment-tests - AmbulnzLLC - Challenge for full-stack developer. (JavaScript)
README
Challenge for Fullstack Developer
===============================To better assess a candidate's development skills, we would like to provide the following challenge.
This is intended to be developed within a few hours (plus prep time if using an unfamiliar language).
Setup
-----* `git clone [email protected]:AmbulnzLLC/fullstack-challenge.git && cd fullstack-challenge`
Evaluation
----------Our goal is to find answers to these questions on the backend:
* Do your tests reflect best practices such as BDD?
* Do you understand RESTful interfaces?
* Do you follow SOLID principles?Our goal is to find answers to these questions on the frontend:
* Do you understand the JavaScript language and more in general web technologies?
* Can you design interfaces that are clear and easy to use?Our goal is to find answers to these questions in general:
* Do you understand the chosen stack, framework, and MVC pattern in general?
* Can you judge which library/framework is the best fit for a job and use it correctly?
* Do you master your working environment?Deliverables
----------* Link to Github repo
* Instructions how to run the app