Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.15 KB

Northcoders News Frontend


Summary

NC news is a social news aggregator built with React and styled with Material-UI. This projects consumes an API served by an Express Server and displays articles across different topics.


Packages used


Setup

To run this app in your local machine please follow the next steps

  1. In your terminal paste this command >> git clone https://github.com/AngelosGR21/nc-news.git to clone the repository in your system.

  2. Make sure you run npm install to install all dependencies needed.

  3. After all dependencies have been installed run the command npm run start

  4. A new browser window or tab should open aaand you're good to go!

Minimum Versions Needed

  • Node : 18.4.0
  • React : 18.1.0
  • React-router-dom: 18.1.0