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

https://github.com/suptarr/json-placeholder

Display the data from the {JSON} Placeholder using my React skills.
https://github.com/suptarr/json-placeholder

daisyui jsonplaceholder-api reactts typescript

Last synced: 6 months ago
JSON representation

Display the data from the {JSON} Placeholder using my React skills.

Awesome Lists containing this project

README

          

# JSON Placeholder

## About The Project

This project is part of [React JS Full Course for Beginners](https://www.youtube.com/watch?v=RVFAyFWO4go) by `Dave Gray`. and I display the data from the [{JSON} Placeholder](https://jsonplaceholder.typicode.com/) using my React skills.

## Technologies

This project was created with:

- [ReactJS](https://react.dev)
- [TypeScript](https://www.typescriptlang.org/)

## Installation

Clone the project

```sh
git clone https://github.com/SupTarr/json-placeholder.git
```

In the project directory, you can run:

```sh
npm install
npm run dev
```

The app will be run in the development mode.