Hello, welcome to MDR News, a frontend vite-React app that utilises data from a backend API. This app provides the ability to view and interact with articles aswell as other users. This app features a responsive layout, adapting to various screen sizes. You can use this API to:
- View a list of articles
- You can organise the articles through their drop down select through various properties.
- You can
login
as different users, post comments and interact with articles - You can view the various topics available in the API and view articles by their category
- Node v20.5.0
If you'd like to run this project locally, follow these steps:
- git clone this repo
- cd fe-nc-news
- npm install
- npm run dev
- click on the link
Frontend: MDR News Frontend
Backend: MDR News Backend