Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.