Kalyan-velu / news-web-app-react

This project uses NewsApi to serve news articles from around the world (My first react project)

Home Page:https://news-search-easy.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News Website

Visit Live

Purpose

The purpose of this website is to serve you news from across the world.

Tech Stack

  1. React A Javascript library for building user interfaces : React is used to build the frontend of this website.

Creating a React App: Create React App is a comfortable environment for learning React and is the best way to start building a new single-page application in React. Usage

npx create-react-app
cd my-app
npm start
  1. News Api :This project uses NewsApi to serve news articles from around the world (My first react project)

Usage:

Grab Your Api key from News Api

  1. Express.js

Usage

  • Install expressjs using
npm install expressjs
  • Then use it
//commonjs
const express=require("express")
//module
import express from 'express'
  1. Material UI

Usage

  • Install it using
#using npm
npm install @mui/material @emotion/react @emotion/styled`
## using yarn
yarn install @mui/material @emotion/react @emotion/styled

About

This project uses NewsApi to serve news articles from around the world (My first react project)

https://news-search-easy.netlify.app/


Languages

Language:JavaScript 68.0%Language:SCSS 26.4%Language:HTML 5.6%