The purpose of this website is to serve you news from across the world.
- 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
- 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
- Express.js
Usage
- Install expressjs using
npm install expressjs
- Then use it
//commonjs const express=require("express") //module import express from 'express'
- 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