React Books site

creating a React Books site for the hook exercise :

  • useState

Result

gif

Used Technologies

Install and run

To use this project locally, you need to follow the commands below:

  1. Clone the repository into your local machine:

    git@github.com:Belal-Aljumaa/react_state_events.git
  2. Redirect inside the cloned repository:

    cd react_state_events/
  3. Install the required packages:

    npm install

    or

    pnpm install
  4. Start local server:

    npm run dev
  5. Open http://localhost:5173 to view it in your browser.