Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bindu-1805/list_items

This project lists items by making a request to JSON Placeholder using React.
https://github.com/bindu-1805/list_items

Last synced: 9 days ago
JSON representation

This project lists items by making a request to JSON Placeholder using React.

Awesome Lists containing this project

README

        

# ListItems

This application lists items by making a request to JSON placeholder(open API) using React.

Axios is used to make HTTP requests.

## Getting started

1. Clone the repository
```
git clone https://github.com/bindu-1805/List_Items.git
```
2. Navigate to the project directory
```
cd List_Items
```
3. Install dependencies
```
npm install
```
4. Run the app
```
npm start
```