Access the app at: https://ncnewssite.netlify.app/
This social news aggregation app is built using React
, Javascript
and CSS
.
The backend database and associated API is built using Node.js
and PostgreSQL
.
- Link to backend repo: https://github.com/emlips/nc-news.git
- Link to hosted API: https://nc-news-1d1v.onrender.com
NOTE: The minimum version of Node.js required to run the application locally:
Node.js:
v21.1.0
Clone the repository:
$ git clone https://github.com/emlips/nc-news-fe.git
Navigate to the repository:
$ cd nc-news-fe
Use the npm install
command to install the dependencies:
$ npm install
Run the npm run dev
script and follow the link to the local host:
$ npm run dev