Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSGJ authored Feb 27, 2023
1 parent 11090f8 commit 5a1971b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Trappist News React
- Trappist News a news website, made using React Js class based components & It shows the latest news from the different news platforms. It uses newsapi.org API to provide news just by fetching news data from an API endpoint.
> You can visit the preview website of Trappist News at https://trappistnews-react.vercel.app
## `this.props.apiKey // the API key you have to get it from newsapi.org website.`
## `REACT_APP_NEWS_API // the API key you have to get it from newsapi.org website.`
### `create a file named '.env.local' & in that REACT_APP_NEWS_API="your_apiKey" // put your apiKey in place of "your_apiKey"`
### Screenshots of the application:
![PC preview](https://cdn.jsdelivr.net/gh/thesgj/Trappist-News-React/img/local-pc.PNG)
Expand Down Expand Up @@ -69,4 +69,4 @@ This section has moved here: [https://facebook.github.io/create-react-app/docs/t
[![Javascript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)](https://www.w3.org/wiki/The_web_standards_model_-_HTML_CSS_and_JavaScript)
[![NodeJs](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/en/)
[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org/)
[![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/)
[![TailwindCSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/)

0 comments on commit 5a1971b

Please sign in to comment.