/iddog

Primary LanguageJavaScript

IDDOG 🐶

Visit: https://theiddog.herokuapp.com/

Description

The technologies used were React, redux, styled-components (CSS-in-JS), Jest + Enzyme to tests unit, ESLint + Prettier as linter.

Installation

Clone the repository https://github.com/JulianaAbreu/iddog

In the terminal:

git clone https://github.com/JulianaAbreu/iddog.git

Available Scripts

In the project directory, you can Install the dependencies with the command:

npm install

Run project:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.