mirror of
https://github.com/Raghu-Ch/front-end-coding-challenge.git
synced 2026-02-10 04:43:01 -05:00
New test (#10)
* Add new test instructions * update readme * update reame, add sample video, additional cleanup of starting markup * add more example clarity * fix styles for initial columns * fix port in readme
This commit is contained in:
59
README.md
59
README.md
@@ -1,50 +1,19 @@
|
||||
Front-End Coding Challenge
|
||||
===
|
||||
Setup
|
||||
---
|
||||
|
||||
### Premise
|
||||
It’s not always easy to evaluate a candidates technical abilities. While we love writing tests here, we hate asking people to take them during an interview. More importantly, we hate asking people to “white-board” solutions.
|
||||
- Fork this repository
|
||||
- Clone this repository to your local environment
|
||||
- Run `npm install` to install dependencies
|
||||
- Run `npm start` to start the static server
|
||||
- Open `http://localhost:8080`
|
||||
|
||||
We—as an industry—can do better. So, just how can we do better?
|
||||
Instructions
|
||||
---
|
||||
|
||||
### Solution
|
||||
We developed this coding challenge to help us better gauge your technical abilities. This challenge:
|
||||
- The full specifications and an example video of a finished test are on the page when you launch your browser.
|
||||
|
||||
* can be completed on your own time
|
||||
* where you are most comfortable
|
||||
* on equipment you’re accustomed to
|
||||
* using the tools you’re proficient with
|
||||
Submit
|
||||
---
|
||||
|
||||
Basically, you have access to all the things that allow you to work best.
|
||||
|
||||
We hope you’ll enjoy working through this challenge as much as we’ve enjoyed creating it for you.
|
||||
|
||||
### Guidelines
|
||||
Because we’re awful developers, this project isn’t quite ready to release. There are some broken pieces that we’d like you to fix. To do that, you’ll need to:
|
||||
|
||||
1. Fork this project.
|
||||
2. Fix any problems you find with it.
|
||||
3. Open a PR with your changes.
|
||||
4. You have 24-hours.
|
||||
|
||||
Our awesome design team provided the following images to demonstrate what the site should look like: http://imgur.com/a/dDuKc
|
||||
|
||||
### FAQ
|
||||
**Q: What am I supposed to focus on?**
|
||||
|
||||
A: The entire project. There are problems with everything, it’s up to you to find them and fix them.
|
||||
|
||||
**Q: How do I know if I’ve completed the challenge?**
|
||||
|
||||
A: You don’t. But, that’s because _we_ don’t know either.
|
||||
|
||||
**Q: I can’t get past X, what do I do?**
|
||||
|
||||
A: Google is your friend.
|
||||
|
||||
**Q: How long should this take?**
|
||||
|
||||
A: That really depends on you.
|
||||
|
||||
**Q: Can I rewrite this in React?**
|
||||
|
||||
A: While React is a very popular library today, all of our code is written in Angular and we'd like to see your competency with our stack.
|
||||
- Submit a Pull Request back to this repository with your completed challenge code.
|
||||
- Please complete within 24 hours.
|
||||
|
||||
Reference in New Issue
Block a user