Newspo!nt is a cutting-edge news website built with React, designed to cater to the diverse interests of modern readers. With a sleek and intuitive interface, Nespo!nt delivers the most up-to-date news across various categories, ensuring you stay informed and engaged with the world around you.
- Up to Date News
- News segmented in diverse interests
- Responsive
The website acquires news content through an API provided by newsapi.org.
Please note that due to the limitations of the free plan provided by newsapi.org, this website cannot be hosted. The terms of the free plan do not permit the hosting of the site on external platforms.
git clone https://github.com/singhharshit24/NewsPoint.gitnpm installall the dependencies used in the project
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-top-loading-bar": "^2.1.0",
"web-vitals": "^2.1.4"
}Create a .env.local file. Store the api key in a variable named "REACT_APP_NEWS_API"
REACT_APP_NEWS_API = <YOUR API KEY>npm start