https://github.com/mullah98/frontend-nc-news
A frontend website built with React that interacts with the NC News backend API to display dynamic news content.
https://github.com/mullah98/frontend-nc-news
css javascript react
Last synced: 2 months ago
JSON representation
A frontend website built with React that interacts with the NC News backend API to display dynamic news content.
- Host: GitHub
- URL: https://github.com/mullah98/frontend-nc-news
- Owner: Mullah98
- Created: 2024-03-14T14:04:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T23:01:25.000Z (about 2 years ago)
- Last Synced: 2025-03-05T11:17:03.665Z (over 1 year ago)
- Topics: css, javascript, react
- Language: JavaScript
- Homepage: https://northcoders-marketplace.netlify.app/
- Size: 552 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A frontend project using the NC news backedn api. A social news collection and discussion website created using React and implementing CRUD functionality (Create, Read, Update, Delete).
To run project, type 'npm run dev' in the terminal to run the website
## Link to deployed version
https://northcoders-marketplace.netlify.app/
## How to use
Simply navigate to the website by clicking on the link above and use the implemented features.
Users can currently:
-View all articles
-Select any article
-Like or dislike articles
-Add new comments to article
## Link to the backend repo
https://github.com/Mullah98/backend-nc-news
## Minimum node version required
v21.2.0
## How to run project locally
1. Clone the repository
git clone
2. Navigate into the main project directory
cd frontend-nc-news
3. Install dependencies
npm install
4. Start the server
npm start