Skip to content

Bilge-Boy/react-basic-state-exercises

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.0%
  • CSS 28.4%
  • HTML 17.6%