Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 987 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 987 Bytes

Quick start (for all projects)

# installs dependencies, update them, starts a local web server. you can run the project on 
localhost:8080 (Chrome/Safari)"
$ npm start

# run tests with coverage (optional for |-|||)"
$ npm run test:cov

# build the project (optional)"
$ npm run build

# build simple project's documentation (optional)" - it will create 'documentation' folder in the 
project
$ npm run docs

Description

A collection of React JS magic tricks.

I. React Challenge (Part #1) - countdown

Demo link

II. React Challenge (Part #2) - search results

Demo link

III. React Challenge (Part #3) - artist results

Demo link

IV. React Challenge (Part #4) - results redux

V. React Challenge (Part #5) - results hooks