Table App

This is a simple React app that fetches data from an API and displays it in a table.

Deployed on Vercel

https://data-table-six.vercel.app/

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the dependencies by running the following command:
npm install
  1. Start the development server by running the following command:
npm start
  1. Open your browser and navigate to http://localhost:3000 to see the app in action.