App to discover all interesting dog breeds with facts.
- HTML-CSS-JavaScript-Webpack-Jest
You can visit the Live Demo or clone the repository and open the dist/html.index file with your browser to see the project.
To get a local copy of this repo follow these simple example steps:
git clone https://github.com/notlfish/Dog-breeds
to copy the repo.- Follow the Set-up and Install instructions.
- Before we begin, make sure you have a fresh version of Node.js installed
- First clone the repo and checkout the latest branch.
To install the latest release or a specific version, run one of the following commands:
npm install && npm install --dev
to install the project's dependencies.npm start
to start the web server.- Visit
http://localhost:8080/
to see the project.
To run the tests of the project (on the project's root directory):
npm run test
to run the test suite.npx eslint . && npx stylelint "**/*.{css,scss}"
to run the linters.
Juan Felipe Gomez Tobon
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Lucas Ferrari Soto
- GitHub: @notlfish
- Twitter: @LucasFerrariSo1
- LinkedIn: LinkedIn
Give a ⭐️ if you like this project!
- Thanks to Microverse for making it possible!
This project is MIT licensed.