Skip to content

This is the frontend of a full stack reddit-style message board written in React, completed as part of the intensive full time Developer Pathway software development course at Northcoders in Manchester between October and December 2018.

Notifications You must be signed in to change notification settings

dpocknee/nc-news_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Northcoders News (Frontend)

This is the frontend of a full stack reddit-style message board written in React, completed as part of the intensive full time Developer Pathway software development course at Northcoders in Manchester between October and December 2018.

The back end consists of a RESTful API which allows access to a Mongo database hosted on mLab.

The front end serves this data in a dynamic React application.

Users can vote on articles and comments, and logged-in users can add or delete comments or articles.

Using the website

  • Users can view all articles by and any comments associated with them by clicking on the title of the article.
  • Articles can be voted up or down and can be sorted by popularity or chronology, as well as being searched.
  • Users can log in to the site and, when this is done, they are able to add articles to the site, as well as add comments and delete their own comments under articles.

Getting Started

To get use the website, you can either go to the deployed version at http://confident-gates-cb16d1.netlify.com or clone down this repo, run npm install to install any dependencies.

Then, n the project directory, you can run:

npm start

This runs the app in the development mode.
You can open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Deployment

This website was deployed using http://www.netlify.com.

Built With

  • This project was bootstrapped with Create React App.
  • It uses the airbnb linting rules.

Authors

License

Anti-copyright

Acknowledgments

About

This is the frontend of a full stack reddit-style message board written in React, completed as part of the intensive full time Developer Pathway software development course at Northcoders in Manchester between October and December 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published