Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 490 Bytes

File metadata and controls

27 lines (20 loc) · 490 Bytes

React Basic State Exercises

A collection of basic state react exercises. Instructions for every exercise can be found on every component.


Setup

  1. Fork this repository (click on the Fork button at the top of the screen).

  2. Clone this repository:

    $ git clone <url>
    $ cd react-basic-state-exercises
    
  3. Install dependencies:

    npm install
    
  4. After that's done, run this to start development:

    npm start
    

Good luck!