Skip to content

ophirbucai/react-exercises-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Exercises #2

A collection of 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-exercises-2
    
  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 74.5%
  • CSS 16.3%
  • HTML 9.2%