This application makes an API call.
- React with Redux
- New York Times API
- Javascript / JSX
- HTML
- CSS
-
Click on the repository's link.
-
Click on the green "Code" button and copy the repository URL.
-
Open your terminal and navigate to the location where you would like to clone the application.
-
Use the command git clone https://github.com/karenaxon/react-api.git to clone the repository.
-
Get a free API key by going to the New York Times API website.
-
Create an .env file at the top level of your directory.
-
Add your key to the .env file in the following format:
REACT_APP_API_KEY=YourKeyHere
. -
From the root directory of the application, run the following commands:
- npm install
- npm run start
-
Navigate to
localhost:3000
in your favorite web browser to view the project.
- None
Copyright (c) February 2022 - Karen Axon, Kate Kiatsiri