Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mvfsillva/the-dog

The IDDog Challenge
https://github.com/mvfsillva/the-dog

challenge javascript jest playground prettier react styled-components stylelint webpack3

Last synced: 6 days ago
JSON representation

The IDDog Challenge

Awesome Lists containing this project

README

        

# The Dog

[![CircleCI](https://circleci.com/gh/mvfsillva/the-dog.svg?style=svg&circle-token=5c4f5d9a1e009d2747932aa67761ebb7645d3634)](https://circleci.com/gh/mvfsillva/the-dog)
[![Coverage Status](https://coveralls.io/repos/github/mvfsillva/the-dog/badge.svg?branch=master)](https://coveralls.io/github/mvfsillva/the-dog?branch=master)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
---

Project is based in IDWall challenge

## Getting Started

### How to Run

```sh
$ npm install # install dependencies
# after
$ npm start # Run application
```
> Open browser to http://localhost:3000

### Running the tests

```sh
$ npm run test
$ npm run test:watch
```

### Coding style tests

```sh
$ npm run lint
$ npm run lint:css
$ npm run lint:all
```

### Coding style format

```sh
$ npm run format
$ npm run format:check
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

## Acknowledgments

* Inspiration for the layout: [http://raphamorim.io/](http://raphamorim.io/)