Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mvfsillva/the-dog
- Owner: mvfsillva
- License: mit
- Created: 2018-07-18T05:32:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T00:34:13.000Z (about 3 years ago)
- Last Synced: 2024-10-12T13:42:27.863Z (about 1 month ago)
- Topics: challenge, javascript, jest, playground, prettier, react, styled-components, stylelint, webpack3
- Language: JavaScript
- Homepage: https://the-dog-test.now.sh/
- Size: 667 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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/)