Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

tomkotlar/Northcoders-News

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Northcoders-News

The front-end aplication is deployed at Netlify Northcoders - News

Instructions

On GitHub create your own public repository for your project. Make sure NOT to initialise it with a README or .gitignore. This project was bootstrapped with Create React App

- Setting up your own repository

📀 Clone this repo:

git clone https://github.com/tomkotlar/Northcoders-News.git
cd Northcoders-News

💿 Install dependencies:

npm install 

You will install: React | Axios | Reach/Router | Semantic Ui for React

💻 Run Your App locally:

npm start

This will run the app in development mode. It opens http://localhost:3000 in the browser . The page will reload if you make edits.

User stories/actions

  • view a list of all articles.
  • view a page for each topic with a list of related articles.
  • view an individual article.
  • view an individual article's comments.
  • sort articles by: date, comments and votes
  • post a new comment to an existing article (as a default logged user / 'jessjelly').
  • delete own comments (as a default logged user / 'jessjelly').
  • vote on an article and immediately see the change.

Api

📰 Back-End repo is hosted on Heroku Northcoders - News - Api
📁 Git repo Northcoders - News - Git

For more info 📧 t.kotlar@yahoo.com