Please access the hosted version of this app at: https://lc-nc-news.netlify.app/
This project was created, alongside a back-end database, to provide a portal to view news articles, along with additional features for users such as commenting and voting on articles.
The back-end repository is available at: https://github.com/LiamCurran95/vested-BE
The minimum required version of Node to run this app locally is: v17.5.0
To run this app locally:
- Clone the repository through the command line with
git clone https://github.com/LiamCurran95/vested-FE
- Install the dependencies through the command line with
npm install
- Run the app with
npm start
.