This app allows the user to enter a search term to browse articles from the CORE API (https://core.ac.uk/). The user can thens save an article from the search results to the "My Articles" list. The user can also view the article's details or remove articles from their list.
- Clone this repository
- Navigate to the project directory, "yarp"
- Run the command "npm install"
- Locate your CORE API key, or go to https://core.ac.uk/services/api/ and select "Apply for a free API key" to obtain one
- In the "yarp" project directory, create a file called ".env"
- Open the .env file and store your API key using the format "API_KEY = your-API-key-here"
- Save the .env file
- Run the command "npm run start"
- Go to the URL "http://localhost:8080/" in a browser
JavaScript, React, Redux, Thunk, React Router, Materialize CSS, HTML, Webpack
Open-source
Copyright (c) 2019 Jacqueline Remmel and Mike McShane