The Api that i use in this project is only for testing purpose, It will charge money if using it for developing application, That's why this project will work on local machine (I am using testing version).
- 👉 This was my first react project that uses api for collecting data and rendering it.
- 👉 Api used -> Google News Apis
- 👉 This project fetch all indian news data and render in website
- 👉 Tech Used -> HTML, Css(flex box), JS, React + Axios (for fetching Api using Ajax Syntax)
- Git clone repo link
- cd project Directory from cmd/terminal
- npm init
- npm install
- npm start
- Open http://localhost:3000 to view it in the browser.
- As doing this project my main purpose was to learn react axios library and apis data fetching,So I have not designed proper UI, But Yes I will do it when I have free time.