This is a simple React app that fetches data from an API and displays it in a table.
https://data-table-six.vercel.app/
To get started with this project, follow these steps:
- Clone the repository to your local machine.
- Install the dependencies by running the following command:
npm install
- Start the development server by running the following command:
npm start
- Open your browser and navigate to
http://localhost:3000
to see the app in action.