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.
- Host: GitHub
- URL: https://github.com/suptarr/json-placeholder
- Owner: SupTarr
- Created: 2023-12-21T05:26:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T03:34:27.000Z (about 2 years ago)
- Last Synced: 2025-06-06T10:12:50.805Z (10 months ago)
- Topics: daisyui, jsonplaceholder-api, reactts, typescript
- Language: TypeScript
- Homepage: https://json-placeholder.suptarr.vercel.app/
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.