- Mohammad Avez Qureshi
This React JS application fetches and displays items by making requests to an open API, such as JSONPlaceholder. Users can view a list of items retrieved from the API and explore additional details if available.
- Item listing from an open API.
- Fetching data dynamically and displaying it in a user-friendly format.
- Ability to explore additional details of each item.
- React JS
- Open API (e.g., JSONPlaceholder)
Follow these instructions to set up and run the project on your local machine.
- Node.js installed on your machine
- Clone this repository.
- Set up by going to the
/client
directory and following the README instructions there. npm i
. This will install all the dependenciesnpm start run
This will start the application
Run the development server with the following command:
npm start