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/
- Display a list of news articles
- Single Article page
- Dark/Light Theme
- Redux-toolkit
- Unit tests with Jest and React Testing Library
-
Clone the repository:
git clone https://github.com/ronjb04/React-News-Listing.git cd react-news-listing
-
Install dependencies: npm install
npm start
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
npm test