https://github.com/iank-code/fetch-test
https://github.com/iank-code/fetch-test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iank-code/fetch-test
- Owner: Iank-code
- Created: 2023-10-10T07:00:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T15:01:56.000Z (about 2 years ago)
- Last Synced: 2024-10-18T19:29:25.019Z (about 1 year ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite Project
## Setup
Bellow is a simple react setup
To get started, your will have to fork it and clone it from
👇👇
https://github.com/Iank-code/Fetch-Test
After cloning it
installing the dependencies 👇👇
cd Fetch-Test
npm install
npm run dev
Start json-server
json-server --watch db.json
After starting json-server, perform the following tasks
- Fetch All Data and display each data on the DOM
- When a specific item is clicked, it should fetch it using its id and display its information
Project Submission
After completing the project, send me both the deployed link and the github link>