React Job site

This can be installable on any device since it's a PWA.

creating a React job site for the exercise :

  • useState
  • useEffect
  • axios
  • rest API

Live Website

💻 Check the live website from here

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/form_react.git
  2. Redirect inside the cloned repository:

    cd form_react/
  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.