Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/007aneesh/newsapi
A react js website that provides the latest news feed via the news api.
https://github.com/007aneesh/newsapi
Last synced: 30 days ago
JSON representation
A react js website that provides the latest news feed via the news api.
- Host: GitHub
- URL: https://github.com/007aneesh/newsapi
- Owner: 007aneesh
- License: mit
- Created: 2023-02-22T13:39:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T08:38:42.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T23:33:04.219Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 597 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# News Website
A react js website that provides the latest news feed via the news api.Inspired by [React: Working with APIs](https://www.linkedin.com/learning/certificates/8884912d39c028e335dfce5e8db1f6afb0e1d1f010477d7486b6ecbe1cf976a3) course by Emmanuel Henri.
---
## Build with* [React js](https://reactjs.org/)
* [Materialize CSS](https://materializecss.com/about.html)
* [Tailwind CSS](https://tailwindcss.com/)
* [News API](https://newsapi.org/)
* [Axios](https://www.npmjs.com/package/axios)## Instructions
After forking and cloning, navigate to the repository in your command line and install the NPM packages:
```
npm install
```Run the following script in your command line to run the application:
```
npm start
```Once the server is running, go to `http://localhost:3000` in your browser.