NatClamp / nfc-news-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFC-News

NFC is a social news aggregration, much like Reddit, built as a project during the Front-End module of my time at Northcoders. NFC-News displays articles with a user-rating and comments (each with their own rating), which are divided into topics. Users can browse, vote and comment on articles. They can also vote on existing comments, as well as add new topics and post new articles.

Deployed on netlify here.

This application makes asynchronous API calls to my own server, which can be found on my github, and was built during the Back-End module of Northcoders. You can find the deployed version of the API on heroku.

Getting Started

If you want to run NFC-News locally, clone this repository and run npm install to install the necessary dependencies.

Once installed, you can run the app locally by using the command npm start.

Built With

About


Languages

Language:JavaScript 68.4%Language:CSS 28.3%Language:HTML 3.2%