Hosted App:
https://welcome-to-nc-news.netlify.app/
Link to backend repo:
https://github.com/srmacpherson/NC-News-BE
To get a local copy up and running follow these simple example steps.
- Node.js 16+
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/srmacpherson/NC-News-FE.git
- Change directory
cd nc-news-fe - Install NPM packages
npm install
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes
Northcoders News - a social news aggregation, web content rating and discussion website. Northcoders News has articles which are divided into topics, and each article has user-curated ratings from upvotes and downvotes using the API. Users can also add comments about an article.
You can navigate using the sidebar - View "ALL" articles, "TRENDING" articles or explore "TOPICS". You can also filter your results based on a number of queries. Also, you can comment and react to articles - All which will be updating the server through fast API requests.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Sam Macpherson - srmacpherson96@gmail.com
Project Link: github.com/srmacpherson/NC-News-FE
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders.