Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bindu-1805/list_items
- Owner: bindu-1805
- License: mit
- Created: 2024-09-11T11:29:27.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-17T06:05:59.000Z (3 months ago)
- Last Synced: 2024-09-17T08:41:05.913Z (3 months ago)
- Language: HTML
- Homepage: https://list-items-eta.vercel.app/
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```