Skip to content

ronjb04/React-News-Listing

Repository files navigation

React News Listing

React application with tailwind that displays a list of news articles and a single page detail article page for every listing.

Demo: https://main.d1bg88yta437qm.amplifyapp.com/

Summary

  • Display a list of news articles
  • Single Article page
  • Dark/Light Theme
  • Redux-toolkit
  • Unit tests with Jest and React Testing Library

Installation

  1. Clone the repository:

    git clone https://github.com/ronjb04/React-News-Listing.git cd react-news-listing

  2. Install dependencies: npm install

Running the Application in development

npm start

Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

Testing

npm test