This is React app that displays news articles fetched from an API. User can choose different News categories and search in that category by matching keywords in article description This was a solo project during Module 3 at Turing School of Software & Design and it's the first one using React.
2. User should be able to choose different News category and open each article by clicking 'READ MORE'
4. User should see 'Nothing Found' message and 'Exit Button' if no articles mathing search are found
- React
- Jest and React Testing Library
- Fetch API
- Clone this repo
- Run
npm install
to get dependencies - Run
npm start
to start the webserver - Open
localhost:8080
in your favorite browser - Log in as a User: username: customer[1 - 50] (e.g. customer17) , password: overlook2020
- Log in as a Manager: username: manager, password: overlook2020