/news-web-app-react

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

Primary LanguageJavaScript

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