Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 235 Bytes

File metadata and controls

12 lines (8 loc) · 235 Bytes

React API demo

This is a simple React application demonstrating how to make API calls using hooks and contexts.

Running the application

To run the application, run the following commands:

$ npm install
$ npm start