xTMNTxRaphaelx / job_assignment_parenthesis_checker

Parenthesis Checker [ ^ is opening character, $ is closing character ]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SourceSage Web Frontend Challenge

We've made this challenge to simulate a typical workflow working on the frontend.

As part of the challenge, you will be making some changes to the code in this repo. Further instructions can be found inside.

We are looking out for these things for this exercise:

  • Your familiarity with git workflow
  • Ability to pick up a part of our frontend stack
  • Ability to write good tests for your code
  • Code organization

Dependencies

You need to have nodejs and yarn installed.

Download them here if you haven't already: nodejs, yarn

Installation

Run yarn.

Development

To start developing your solution, you can use the built-in dev server by running

yarn start.

Then visit localhost:3000.

Testing

A test suite has been setup for you, please use it

yarn test for a single run.

or

yarn test:watch to keep it running.

Submission

When you're ready to submit, please send email to engineering@sourcesage.co and attach your solution to it.

Helpful Resources

About

Parenthesis Checker [ ^ is opening character, $ is closing character ]


Languages

Language:JavaScript 87.6%Language:CSS 12.4%