pushkar1995 / fetch-and-search-api

Build a simple React application that fetches data from a public API, displays it in a table, and allows the user to search through the data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOGMA REACT TASK!!!!

Task Overview: Task is Completed using React with vite, alongside typescript, tailwindcss and react query to manage api.

Task Title: Create a Searchable Data Table with React

Objective: Build a simple React application that fetches data from a public API, displays it in a table, and allows the user to search through the data.

Requirements:

  1. Fetch Data:
  1. Display Data in a Table:
  • Display the fetched data in a table format.
  • The table should have the following columns:
    • Name
    • Username
    • Email
    • Address (Street, Suite, City, Zipcode)
    • Phone
    • Company Name
  1. Implement Search Functionality:
  • Add a search input field above the table.
  • The user should be able to search by Name, Username, or Email.
  1. Submission:
  • A GitHub repository with the complete React application code. (you can provide github link in this reply)

About

Build a simple React application that fetches data from a public API, displays it in a table, and allows the user to search through the data.


Languages

Language:TypeScript 75.4%Language:JavaScript 12.1%Language:CSS 8.0%Language:HTML 4.4%