An open API service indexing awesome lists of open source software.

https://github.com/alanbsmith/careercrumbs-client

Client-side application for Career Crumbs
https://github.com/alanbsmith/careercrumbs-client

Last synced: 10 months ago
JSON representation

Client-side application for Career Crumbs

Awesome Lists containing this project

README

          

# Career Crumbs

[![Circle CI](https://circleci.com/gh/careercrumbs/careercrumbs-client.svg?style=svg)](https://circleci.com/gh/careercrumbs/careercrumbs-client)

Career Crumbs helps you taste your future.

## Important Links

* [GitHub](https://github.com/careercrumbs/careercrumbs-client)

## Relevant Resources

## Glossary

## System Dependencies

* Node 4.2.1+

## Deployment

These enviornment variables are required on staging and production.

## Style Guide

### Writing SCSS
- In general, follow the [Sass Guidelines](http://sass-guidelin.es/)
- SCSS in this app is generally organized following the [7-1 Pattern](http://sass-guidelin.es/#the-7-1-pattern).
- Single quotes only, no double quotes.
- Alphabetize attributes inside a selector. Example:

```
.mybox {
border: 1px solid orange;
color: red;
width: 100px;
}
```

## Git Workflow

### Pull Requests

Use this [Pull Request template](https://gist.github.com/marcgarreau/aeccf320a3743c87c760) in your PR on GitHub.

### Merging Branches