Check it out
OLDS
- Consuming 3rd party API
- Infinite Scrolling using Intersection Observer API
- Dark Mode preference save
- Pure CSS, no CSS framework or library is used
- Debouncing for search
- Used Web Share API to share
- Saving news offline using local storage
API Used: CurrentAPI Get your API Key: Click Here
To run it on your local machine follow these steps,
- Clone the project
- Goto the cloned folder
- Run command
npm install
- Create a .env file in the cloned folder and paste your API key
REACT_APP_API_KEY=<your key>
- Run command
npm start